AWS infrastructure is created using aws console. We need to implement the infrastructure as code using tf for different environments and terraform modules.
Root
|- aws
|-- environments
|---- production
|---- preprod
|-- resources
|---- codepipeline
|---- public-web-bucket
|---- route53
|---- api-gateway
....
AWS infrastructure is created using aws console. We need to implement the infrastructure as code using
tffor different environments and terraform modules.