Skip to content

Commit 4812b16

Browse files
docs(terraform): Update README.md
1 parent aae1b3f commit 4812b16

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

terraform/development/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55

66
| Name | Version |
77
|------|---------|
8-
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >=1.9.0, <=2.0.0 |
9-
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.8.2 |
10-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~>5.69.0 |
8+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.9 |
9+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.69.0 |
10+
| <a name="requirement_sops"></a> [sops](#requirement\_sops) | ~> 1.1.1 |
1111

1212
## Providers
1313

1414
| Name | Version |
1515
|------|---------|
1616
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.69.0 |
17+
| <a name="provider_sops"></a> [sops](#provider\_sops) | 1.1.1 |
1718

1819
## Modules
1920

@@ -34,13 +35,13 @@ No modules.
3435
| [aws_vpc_security_group_egress_rule.grafana_egress](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_security_group_egress_rule) | resource |
3536
| [aws_vpc_security_group_ingress_rule.grafana_ingress](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_security_group_ingress_rule) | resource |
3637
| [aws_ami.ubuntu](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ami) | data source |
37-
| [aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity) | data source |
38-
| [aws_default_tags.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/default_tags) | data source |
38+
| [sops_file.aws_account_id](https://registry.terraform.io/providers/carlpett/sops/latest/docs/data-sources/file) | data source |
3939

4040
## Inputs
4141

4242
| Name | Description | Type | Default | Required |
4343
|------|-------------|------|---------|:--------:|
44+
| <a name="input_environment"></a> [environment](#input\_environment) | (Required) Terraform deployment environment | `string` | n/a | yes |
4445
| <a name="input_instance_type"></a> [instance\_type](#input\_instance\_type) | (Required) Instance type to use. Should be within the free tier | `string` | n/a | yes |
4546
| <a name="input_project_id"></a> [project\_id](#input\_project\_id) | (Required) Name of the project | `string` | n/a | yes |
4647
| <a name="input_region"></a> [region](#input\_region) | (Required) Name of the AWS region resources will be deployed into. | `string` | n/a | yes |
@@ -51,7 +52,5 @@ No modules.
5152

5253
| Name | Description |
5354
|------|-------------|
54-
| <a name="output_aws_account_id"></a> [aws\_account\_id](#output\_aws\_account\_id) | AWS account number resources are deployed into |
55-
| <a name="output_default_tags"></a> [default\_tags](#output\_default\_tags) | A map of default tags applied to resources. |
5655
| <a name="output_grafana_ip"></a> [grafana\_ip](#output\_grafana\_ip) | The connection details of the grafana server. |
5756
<!-- END_TF_DOCS -->

terraform/production/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55

66
| Name | Version |
77
|------|---------|
8-
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >=1.9.0, <=2.0.0 |
9-
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.8.2 |
10-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~>5.69.0 |
8+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.9 |
9+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.69.0 |
10+
| <a name="requirement_sops"></a> [sops](#requirement\_sops) | ~> 1.1.1 |
1111

1212
## Providers
1313

1414
| Name | Version |
1515
|------|---------|
1616
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.69.0 |
17+
| <a name="provider_sops"></a> [sops](#provider\_sops) | 1.1.1 |
1718

1819
## Modules
1920

@@ -34,13 +35,13 @@ No modules.
3435
| [aws_vpc_security_group_egress_rule.grafana_egress](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_security_group_egress_rule) | resource |
3536
| [aws_vpc_security_group_ingress_rule.grafana_ingress](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_security_group_ingress_rule) | resource |
3637
| [aws_ami.ubuntu](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ami) | data source |
37-
| [aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity) | data source |
38-
| [aws_default_tags.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/default_tags) | data source |
38+
| [sops_file.aws_account_id](https://registry.terraform.io/providers/carlpett/sops/latest/docs/data-sources/file) | data source |
3939

4040
## Inputs
4141

4242
| Name | Description | Type | Default | Required |
4343
|------|-------------|------|---------|:--------:|
44+
| <a name="input_environment"></a> [environment](#input\_environment) | (Required) Terraform deployment environment | `string` | n/a | yes |
4445
| <a name="input_instance_type"></a> [instance\_type](#input\_instance\_type) | (Required) Instance type to use. Should be within the free tier | `string` | n/a | yes |
4546
| <a name="input_project_id"></a> [project\_id](#input\_project\_id) | (Required) Name of the project | `string` | n/a | yes |
4647
| <a name="input_region"></a> [region](#input\_region) | (Required) Name of the AWS region resources will be deployed into. | `string` | n/a | yes |
@@ -51,7 +52,5 @@ No modules.
5152

5253
| Name | Description |
5354
|------|-------------|
54-
| <a name="output_aws_account_id"></a> [aws\_account\_id](#output\_aws\_account\_id) | AWS account number resources are deployed into |
55-
| <a name="output_default_tags"></a> [default\_tags](#output\_default\_tags) | A map of default tags applied to resources. |
5655
| <a name="output_grafana_ip"></a> [grafana\_ip](#output\_grafana\_ip) | The connection details of the grafana server. |
5756
<!-- END_TF_DOCS -->

0 commit comments

Comments
 (0)