Skip to content

Commit

Permalink
fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
y-miyazaki committed Apr 3, 2022
1 parent f874ad7 commit f887a39
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-base-tfvars.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# How do we fix tfvars?
# How do we fix base tfvars?

The example is [terraform.example.tfvars](terraform/base/terraform.example.tfvars). The following is a list of things that must be modified and things that should be modified when doing terraform apply for the first time.
If you need to adjust the parameters, you can do so by yourself by searching TODO.
Expand Down
2 changes: 1 addition & 1 deletion README-monitor-tfvars.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# How do we fix tfvars?
# How do we fix monitor tfvars?

The example is [terraform.example.tfvars](terraform/monitor/terraform.example.tfvars). The following is a list of things that must be modified and things that should be modified when doing terraform apply for the first time.
If you need to adjust the parameters, you can do so by yourself by searching TODO.
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ When building infrastructure in AWS, there are always things to consider for any
In this repository, we use Terraform to build the baseline configuration.

The directory is divided into two parts, [base](./terraform/base) and [monitor](./terraform/monitor), each of which has different corresponding functions. For details, please refer to the description of each part.

Basically, it is designed to be turned on and off for each setting and function by simply modifying terraform.example.tfvars in each function. Please check the link below for an explanation.

- base
[terraform/base/terraform.example.tfvars](./terraform/base/terraform.example.tfvars)
Document: [README-base-tfvars.md](./README-base-tfvars.md)

- monitor
[terraform/monitor/terraform.example.tfvars](./terraform/monitor/terraform.example.tfvars)
Document: [README-monitor-tfvars.md](./README-monitor-tfvars.md)
# INDEX

- [Required](#required)
Expand Down

0 comments on commit f887a39

Please sign in to comment.