added readme
This commit is contained in:
@@ -5,5 +5,5 @@ variable "region" {
|
|||||||
|
|
||||||
variable "prod_account_id" {
|
variable "prod_account_id" {
|
||||||
type = string
|
type = string
|
||||||
default = "184100688147"
|
default = "111111111111"
|
||||||
}
|
}
|
||||||
@@ -1,7 +1,9 @@
|
|||||||
variable "region" {
|
variable "region" {
|
||||||
|
type = string
|
||||||
default = "eu-west-1"
|
default = "eu-west-1"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "dev_account_id" {
|
variable "dev_account_id" {
|
||||||
default = "449091252457"
|
type = string
|
||||||
|
default = "000000000000"
|
||||||
}
|
}
|
||||||
22
README.md
22
README.md
@@ -1,2 +1,22 @@
|
|||||||
# terra-test
|
### terraform configuration structure
|
||||||
|
|
||||||
|
- 000000000000
|
||||||
|
- iam
|
||||||
|
- roles(role_a, role_b)
|
||||||
|
- users_and_groups
|
||||||
|
- cli_users
|
||||||
|
- normal_users
|
||||||
|
- templates
|
||||||
|
- 111111111111
|
||||||
|
- iam
|
||||||
|
- roles(role_C)
|
||||||
|
- templates
|
||||||
|
|
||||||
|
|
||||||
|
### order of execution
|
||||||
|
#### 000000000000
|
||||||
|
1. users_and_groups (cli_users, normal_users)
|
||||||
|
2. roles
|
||||||
|
|
||||||
|
#### 111111111111
|
||||||
|
1. roles
|
||||||
Reference in New Issue
Block a user