No description
Find a file
Robin Norwood a5e4ca7f27
Merge pull request #474 from hashicorp/compliance/add-headers
[COMPLIANCE] Add Copyright and License Headers
2023-03-06 15:40:49 -06:00
.github Revert adding image to GH action 2022-03-15 15:22:50 -07:00
.gitignore Example project 2019-10-21 14:27:34 -05:00
LICENSE [COMPLIANCE] Add MPL 2.0 LICENSE 2022-10-12 18:40:27 +00:00
main.tf [COMPLIANCE] Add Copyright and License Headers 2023-02-01 17:24:48 +00:00
outputs.tf [COMPLIANCE] Add Copyright and License Headers 2023-02-01 17:24:48 +00:00
README.md Rework configuration to use EC2 2021-06-28 15:34:12 -04:00
variables.tf [COMPLIANCE] Add Copyright and License Headers 2023-02-01 17:24:48 +00:00
versions.tf [COMPLIANCE] Add Copyright and License Headers 2023-02-01 17:24:48 +00:00

Terraform Cloud Getting Started Guide Example

This is an example Terraform configuration intended for use with the Terraform Cloud Getting Started Guide.

What will this do?

This is a Terraform configuration that will create an EC2 instance in your AWS account.

When you set up a Workspace on Terraform Cloud, you can link to this repository. Terraform Cloud can then run terraform plan and terraform apply automatically when changes are pushed. For more information on how Terraform Cloud interacts with Version Control Systems, see our VCS documentation.

What are the prerequisites?

You must have an AWS account and provide your AWS Access Key ID and AWS Secret Access Key to Terraform Cloud. Terraform Cloud encrypts and stores variables using Vault. For more information on how to store variables in Terraform Cloud, see our variable documentation.

The values for AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY should be saved as environment variables on your workspace.