Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from girder/example
Browse files Browse the repository at this point in the history
Make the example slightly easier to use
  • Loading branch information
brianhelba authored Oct 12, 2020
2 parents 881135e + 21176de commit ebf8b06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/basic/main.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
provider "aws" {
region = "us-east-1"
# Must set AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY envvars
}

data "aws_route53_zone" "domain" {
# This must be created by hand in the AWS console
zone_id = "Z123456789"
name = "rootdomain.test"
}

data "local_file" "ssh_pub" {
Expand Down

0 comments on commit ebf8b06

Please sign in to comment.