mirror of
https://github.com/sidpalas/devops-directive-terraform-course.git
synced 2025-12-17 08:01:22 +00:00
add modules 5-9
This commit is contained in:
11
07-managing-multiple-environments/file-structure/README.md
Normal file
11
07-managing-multiple-environments/file-structure/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
- Note about using separate AWS projects (avoids prefix issues, improved IAM control)
|
||||
- Cover this in advanced section?
|
||||
|
||||
```
|
||||
provider “aws” {
|
||||
region = “us-east-1”
|
||||
assume_role {
|
||||
role_arn = “arn:aws:iam::123456789012:role/iac”
|
||||
}
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user