Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
Signed-off-by: jayonthenet <[email protected]>
  • Loading branch information
jayonthenet committed Nov 8, 2023
1 parent 43ec909 commit 7100899
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ Once you are finished with the reference architecture, you can remove all provis
| aws\_account\_id | AWS Account (ID) to use | `string` | n/a | yes |
| aws\_region | AWS Region to deploy into | `string` | n/a | yes |
| humanitec\_org\_id | Humanitec Organization ID | `string` | n/a | yes |
| instance\_types | List of EC2 instances types to use for EKS nodes | `list(string)` | <pre>[<br> "t3.large"<br>]</pre> | no |
<!-- END_TF_DOCS -->

## Learn more
Expand Down
1 change: 1 addition & 0 deletions examples/with-backstage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,6 @@ Once you are finished with the reference architecture, you can remove all provis
| github\_org\_id | GitHub org id | `string` | n/a | yes |
| humanitec\_ci\_service\_user\_token | Humanitec CI Service User Token | `string` | n/a | yes |
| humanitec\_org\_id | Humanitec Organization ID | `string` | n/a | yes |
| instance\_types | List of EC2 instances types to use for EKS nodes | `list(string)` | <pre>[<br> "t3.large"<br>]</pre> | no |
| resource\_packs\_aws\_rev | Revision of the resource-packs-aws repository to use | `string` | `"refs/heads/main"` | no |
<!-- END_TF_DOCS -->
5 changes: 5 additions & 0 deletions examples/with-backstage/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@ humanitec_ci_service_user_token = ""
# Humanitec Organization ID
humanitec_org_id = ""

# List of EC2 instances types to use for EKS nodes
instance_types = [
"t3.large"
]

# Revision of the resource-packs-aws repository to use
resource_packs_aws_rev = "refs/heads/main"
5 changes: 5 additions & 0 deletions terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ aws_region = ""

# Humanitec Organization ID
humanitec_org_id = ""

# List of EC2 instances types to use for EKS nodes
instance_types = [
"t3.large"
]

0 comments on commit 7100899

Please sign in to comment.