If|you|haven't already seen the previous Introduction to Terraform posts, please have a read through. This "Part 3" will provide an explanation of the various configuration files you'll see in the Terraform demo.
https://github.com/conmurphy/terraform-aci-testing/tree/master/terraform
You could split out the Terraform backend config from the ACI config however in this demo it has been consolidated.
The name "myWebsite" in this example refers to the Terraform instance name of the "aci_application_profile" resource.
The Application Profile name that will be configured in ACI is "my_website".
When referencing one Terraform resource from another, use the Terraform instance name (i.e. "myWebsite").
Only the key (name of the Terraform state file) has been statically configured in the S3 backend configuration. The bucket, region, access key, and secret key would be passed through the command line arguments when running the "terraform init" command. See the following for more detail on the various options to set these arguments.
https://www.terraform.io/docs/backends/config.html
We need to define the variables that Terraform will use in the configuration. Here are the options to provide values for these variables:
$terraform apply -var 'tenant_name=tenant-01'
$export TF_VAR_tenant_name=tenant-01
We'd love to hear what you think. Ask a question or leave a comment below. And stay connected with Cisco DevNet on social!
Twitter @CiscoDevNet | Facebook | LinkedIn
Visit the new Developer Video Channel