Skip to content

Commit bb8728f

Browse files
docs(terraform): Update README.md
1 parent 1028428 commit bb8728f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

terraform/development/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,18 @@ No modules.
2424
| Name | Type |
2525
|------|------|
2626
| [aws_default_security_group.default](https://registry.terraform.io/providers/hashicorp/aws/5.69.0/docs/resources/default_security_group) | resource |
27-
| [aws_instance.grafana_server](https://registry.terraform.io/providers/hashicorp/aws/5.69.0/docs/resources/instance) | resource |
2827
| [aws_internet_gateway.gitops_igw](https://registry.terraform.io/providers/hashicorp/aws/5.69.0/docs/resources/internet_gateway) | resource |
2928
| [aws_route_table.gitops_rt](https://registry.terraform.io/providers/hashicorp/aws/5.69.0/docs/resources/route_table) | resource |
3029
| [aws_route_table_association.gitops_rta](https://registry.terraform.io/providers/hashicorp/aws/5.69.0/docs/resources/route_table_association) | resource |
31-
| [aws_security_group.grafana_sg](https://registry.terraform.io/providers/hashicorp/aws/5.69.0/docs/resources/security_group) | resource |
3230
| [aws_subnet.gitops_subnet](https://registry.terraform.io/providers/hashicorp/aws/5.69.0/docs/resources/subnet) | resource |
3331
| [aws_vpc.gitops_vpc](https://registry.terraform.io/providers/hashicorp/aws/5.69.0/docs/resources/vpc) | resource |
34-
| [aws_vpc_security_group_egress_rule.grafana_egress](https://registry.terraform.io/providers/hashicorp/aws/5.69.0/docs/resources/vpc_security_group_egress_rule) | resource |
35-
| [aws_vpc_security_group_ingress_rule.grafana_ingress](https://registry.terraform.io/providers/hashicorp/aws/5.69.0/docs/resources/vpc_security_group_ingress_rule) | resource |
36-
| [aws_ami.ubuntu](https://registry.terraform.io/providers/hashicorp/aws/5.69.0/docs/data-sources/ami) | data source |
3732
| [aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/5.69.0/docs/data-sources/caller_identity) | data source |
3833
| [aws_default_tags.this](https://registry.terraform.io/providers/hashicorp/aws/5.69.0/docs/data-sources/default_tags) | data source |
3934

4035
## Inputs
4136

4237
| Name | Description | Type | Default | Required |
4338
|------|-------------|------|---------|:--------:|
44-
| <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 |
4539
| <a name="input_project_id"></a> [project\_id](#input\_project\_id) | (Required) Name of the project | `string` | n/a | yes |
4640
| <a name="input_region"></a> [region](#input\_region) | (Required) Name of the AWS region resources will be deployed into. | `string` | n/a | yes |
4741
| <a name="input_subnet_cidr_block"></a> [subnet\_cidr\_block](#input\_subnet\_cidr\_block) | (Required) A valid CIDR block to assign to the Grafana Server subnet | `string` | n/a | yes |
@@ -53,5 +47,4 @@ No modules.
5347
|------|-------------|
5448
| <a name="output_aws_account_id"></a> [aws\_account\_id](#output\_aws\_account\_id) | AWS account number resources are deployed into |
5549
| <a name="output_default_tags"></a> [default\_tags](#output\_default\_tags) | A map of default tags applied to resources. |
56-
| <a name="output_grafana_ip"></a> [grafana\_ip](#output\_grafana\_ip) | The connection details of the grafana server. |
5750
<!-- END_TF_DOCS -->

0 commit comments

Comments
 (0)