├── LICENSE ├── README.md ├── Section 2 └── 2.1-first-resource │ └── main.tf ├── Section 3 ├── data_sources.tf.zip ├── interpolation.tf.zip ├── loops.tf.zip ├── modules.zip ├── providers.tf.zip └── s3_backend.zip ├── Section 4 ├── packt_dynamodb_global_table.zip ├── packt_dynamodb_table.zip └── packt_s3_website.zip ├── Section 5 └── vpc_networking.zip └── Section 6 └── vpc_networking.zip /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learn-Terraform-for-Cloud-Infrastructures/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learn-Terraform-for-Cloud-Infrastructures/HEAD/README.md -------------------------------------------------------------------------------- /Section 2/2.1-first-resource/main.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learn-Terraform-for-Cloud-Infrastructures/HEAD/Section 2/2.1-first-resource/main.tf -------------------------------------------------------------------------------- /Section 3/data_sources.tf.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learn-Terraform-for-Cloud-Infrastructures/HEAD/Section 3/data_sources.tf.zip -------------------------------------------------------------------------------- /Section 3/interpolation.tf.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learn-Terraform-for-Cloud-Infrastructures/HEAD/Section 3/interpolation.tf.zip -------------------------------------------------------------------------------- /Section 3/loops.tf.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learn-Terraform-for-Cloud-Infrastructures/HEAD/Section 3/loops.tf.zip -------------------------------------------------------------------------------- /Section 3/modules.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learn-Terraform-for-Cloud-Infrastructures/HEAD/Section 3/modules.zip -------------------------------------------------------------------------------- /Section 3/providers.tf.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learn-Terraform-for-Cloud-Infrastructures/HEAD/Section 3/providers.tf.zip -------------------------------------------------------------------------------- /Section 3/s3_backend.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learn-Terraform-for-Cloud-Infrastructures/HEAD/Section 3/s3_backend.zip -------------------------------------------------------------------------------- /Section 4/packt_dynamodb_global_table.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learn-Terraform-for-Cloud-Infrastructures/HEAD/Section 4/packt_dynamodb_global_table.zip -------------------------------------------------------------------------------- /Section 4/packt_dynamodb_table.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learn-Terraform-for-Cloud-Infrastructures/HEAD/Section 4/packt_dynamodb_table.zip -------------------------------------------------------------------------------- /Section 4/packt_s3_website.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learn-Terraform-for-Cloud-Infrastructures/HEAD/Section 4/packt_s3_website.zip -------------------------------------------------------------------------------- /Section 5/vpc_networking.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learn-Terraform-for-Cloud-Infrastructures/HEAD/Section 5/vpc_networking.zip -------------------------------------------------------------------------------- /Section 6/vpc_networking.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learn-Terraform-for-Cloud-Infrastructures/HEAD/Section 6/vpc_networking.zip --------------------------------------------------------------------------------