Skip to content

Commit 5222c73

Browse files
committed
Small tweaks to README and action.yaml
1 parent 9264557 commit 5222c73

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ The following inputs can be used as `step.with` keys
125125
| `aws_session_token` | String | AWS session token |
126126
| `aws_default_region` | String | AWS default region. Defaults to `us-east-1` |
127127
| `aws_resource_identifier` | String | Set to override the AWS resource identifier for the deployment. Defaults to `${GITHUB_ORG_NAME}-${GITHUB_REPO_NAME}-${GITHUB_BRANCH_NAME}`. |
128-
| `aws_additional_tags` | JSON | Add additional tags to the terraform [default tags](https://www.hashicorp.com/blog/default-tags-in-the-terraform-aws-provider), any tags put here will be added to all provisioned resources.|
128+
| `aws_additional_tags` | JSON | Add additional tags to the terraform [default tags](https://www.hashicorp.com/blog/default-tags-in-the-terraform-aws-provider), any tags put here will be added to all provisioned resources. |
129129
<hr/>
130130
<br/>
131131

@@ -560,6 +560,9 @@ For some specific resources, we have a 32 characters limit. If the identifier le
560560
There's the option to add any kind of defined tag's to each grouping module. Will be added to the commons tagging.
561561
An example of how to set them: `{"key1": "value1", "key2": "value2"}`'
562562
563+
## Note about IAM Instnce profile
564+
[The AWS IAM instance profile](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2_instance-profiles.html) to use for the EC2 instance. Use if you want to pass an AWS role with specific permissions granted to the instance
565+
563566
## Note about AWS EC2 AMI image selection
564567
565568
As it is defined right now, we expect a Debian based packet manager, so we require Debian based images that suports apt repos.

action.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ inputs:
228228
required: false
229229
aws_r53_sub_domain_name:
230230
description: 'Define the sub-domain part of the URL. Defaults to `${org}-${repo}-{branch}`'
231+
required: false
231232
aws_r53_root_domain_deploy:
232233
description: 'Deploy to root domain. Will generate two DNS recrods, one for root, another for www'
233234
required: false

0 commit comments

Comments
 (0)