File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
examples/terraform-aws-endpoint-example Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33# The examples have been upgraded to 0.12 syntax
44# ---------------------------------------------------------------------------------------------------------------------
55provider "aws" {
6- region = var. region
6+ region = var. region
77 access_key = " dummy"
88 secret_key = " dummy"
99
1010 endpoints {
11- sts = " http://localhost:5000"
12- s3 = " http://localhost:5000"
11+ sts = " http://localhost:5000"
12+ s3 = " http://localhost:5000"
1313 }
1414}
1515
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
1515)
1616
1717const (
18- AuthAssumeRoleEnvVar = "TERRATEST_IAM_ROLE" // OS environment variable name through which Assume Role ARN may be passed for authentication
18+ AuthAssumeRoleEnvVar = "TERRATEST_IAM_ROLE" // OS environment variable name through which Assume Role ARN may be passed for authentication
1919 CustomEndpointEnvVar = "TERRATEST_CUSTOM_AWS_ENDPOINT" // Custom endpoint to use as aws service
2020)
2121
You can’t perform that action at this time.
0 commit comments