Created
October 1, 2017 15:41
-
-
Save kurron/cd3ecf20b2051ef10b6c73409228768f to your computer and use it in GitHub Desktop.
Terraform Debug Log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017/10/01 11:32:45 [INFO] Terraform version: 0.10.6 8712b03839d1f63c0bfe11cf5f08e94014aeb85c | |
2017/10/01 11:32:45 [INFO] Go runtime version: go1.9 | |
2017/10/01 11:32:45 [INFO] CLI args: []string{"/usr/local/bin/terraform", "plan"} | |
2017/10/01 11:32:45 [DEBUG] Attempting to open CLI config file: /home/vagrant/.terraformrc | |
2017/10/01 11:32:45 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2017/10/01 11:32:45 [INFO] CLI command args: []string{"plan"} | |
2017/10/01 11:32:46 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id | |
2017/10/01 11:32:46 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2017/10/01 11:32:46 [INFO] Initializing DeviceFarm SDK connection | |
2017/10/01 11:32:46 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: sts.amazonaws.com | |
User-Agent: aws-sdk-go/1.10.36 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.6 | |
Content-Length: 43 | |
Authorization: AWS4-HMAC-SHA256 Credential=AKIAJDOM7WW6UALVPJ2A/20171001/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=64847397ded96f747960b009a207f93e023819bce61b77281e32aaf3f37cf573 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20171001T153246Z | |
Accept-Encoding: gzip | |
Action=GetCallerIdentity&Version=2011-06-15 | |
----------------------------------------------------- | |
2017/10/01 11:32:46 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 402 | |
Content-Type: text/xml | |
Date: Sun, 01 Oct 2017 15:32:46 GMT | |
X-Amzn-Requestid: c672eed6-a6bd-11e7-8856-51e7bcd4a232 | |
----------------------------------------------------- | |
2017/10/01 11:32:46 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
<GetCallerIdentityResult> | |
<Arn>arn:aws:iam::037083514056:user/rkurr</Arn> | |
<UserId>AIDAIOIWRMSUVCXTVOCQG</UserId> | |
<Account>037083514056</Account> | |
</GetCallerIdentityResult> | |
<ResponseMetadata> | |
<RequestId>c672eed6-a6bd-11e7-8856-51e7bcd4a232</RequestId> | |
</ResponseMetadata> | |
</GetCallerIdentityResponse> | |
2017/10/01 11:32:46 [DEBUG] Trying to get account ID via iam:GetUser | |
2017/10/01 11:32:46 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: iam.amazonaws.com | |
User-Agent: aws-sdk-go/1.10.36 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.6 | |
Content-Length: 33 | |
Authorization: AWS4-HMAC-SHA256 Credential=AKIAJDOM7WW6UALVPJ2A/20171001/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=910e412a43c8c9a96a749c629b2c251a57b697d9ba580f52478fd8255a4ed9a0 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20171001T153246Z | |
Accept-Encoding: gzip | |
Action=GetUser&Version=2010-05-08 | |
----------------------------------------------------- | |
2017/10/01 11:32:46 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 523 | |
Content-Type: text/xml | |
Date: Sun, 01 Oct 2017 15:32:45 GMT | |
X-Amzn-Requestid: c68b09f6-a6bd-11e7-98e3-5590d271096c | |
----------------------------------------------------- | |
2017/10/01 11:32:46 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
<GetUserResult> | |
<User> | |
<Path>/</Path> | |
<PasswordLastUsed>2017-10-01T13:07:49Z</PasswordLastUsed> | |
<UserName>rkurr</UserName> | |
<Arn>arn:aws:iam::037083514056:user/rkurr</Arn> | |
<UserId>AIDAIOIWRMSUVCXTVOCQG</UserId> | |
<CreateDate>2017-08-23T20:21:40Z</CreateDate> | |
</User> | |
</GetUserResult> | |
<ResponseMetadata> | |
<RequestId>c68b09f6-a6bd-11e7-98e3-5590d271096c</RequestId> | |
</ResponseMetadata> | |
</GetUserResponse> | |
2017/10/01 11:32:46 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-east-1.amazonaws.com | |
User-Agent: aws-sdk-go/1.10.36 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.6 | |
Content-Length: 87 | |
Authorization: AWS4-HMAC-SHA256 Credential=AKIAJDOM7WW6UALVPJ2A/20171001/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=a9853d1b37e6e642ac288d11dc94a8c015a8043deafba0c08a91e344086c2c0e | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20171001T153246Z | |
Accept-Encoding: gzip | |
Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
----------------------------------------------------- | |
2017/10/01 11:32:47 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Sun, 01 Oct 2017 15:32:46 GMT | |
Server: AmazonEC2 | |
Vary: Accept-Encoding | |
----------------------------------------------------- | |
2017/10/01 11:32:47 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>b3f6f983-7298-499f-b0d7-21b87ed32adc</requestId> | |
<accountAttributeSet> | |
<item> | |
<attributeName>supported-platforms</attributeName> | |
<attributeValueSet> | |
<item> | |
<attributeValue>VPC</attributeValue> | |
</item> | |
</attributeValueSet> | |
</item> | |
</accountAttributeSet> | |
</DescribeAccountAttributesResponse> | |
2017/10/01 11:32:47 [INFO] command: backend initialized: *s3.Backend | |
2017/10/01 11:32:47 [DEBUG] checking for provider in "." | |
2017/10/01 11:32:47 [DEBUG] checking for provider in "/usr/local/bin" | |
2017/10/01 11:32:47 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64" | |
2017/10/01 11:32:47 [DEBUG] found provider "terraform-provider-aws_v1.0.0_x4" | |
2017/10/01 11:32:47 [DEBUG] found provider "terraform-provider-terraform_v1.0.0_x4" | |
2017/10/01 11:32:47 [DEBUG] found valid plugin: "terraform" | |
2017/10/01 11:32:47 [DEBUG] found valid plugin: "aws" | |
2017/10/01 11:32:47 [DEBUG] checking for provisioner in "." | |
2017/10/01 11:32:47 [DEBUG] checking for provisioner in "/usr/local/bin" | |
2017/10/01 11:32:47 [DEBUG] checking for provisioner in ".terraform/plugins/linux_amd64" | |
2017/10/01 11:32:47 [INFO] command: backend *s3.Backend is not enhanced, wrapping in local | |
2017/10/01 11:32:47 [INFO] backend/local: starting Plan operation | |
2017/10/01 11:32:47 [DEBUG] [aws-sdk-go] DEBUG: Request s3/ListObjects Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET /?prefix=env%3A%2F HTTP/1.1 | |
Host: transparent-test-terraform-state.s3.amazonaws.com | |
User-Agent: aws-sdk-go/1.10.36 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.6 | |
Authorization: AWS4-HMAC-SHA256 Credential=AKIAJDOM7WW6UALVPJ2A/20171001/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7d6b9152285739e5653031a7fe9841bad7b95fd0ad06858e6f3c5db2b9ce998c | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20171001T153247Z | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2017/10/01 11:32:47 [DEBUG] [aws-sdk-go] DEBUG: Response s3/ListObjects Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Content-Type: application/xml | |
Date: Sun, 01 Oct 2017 15:32:48 GMT | |
Server: AmazonS3 | |
X-Amz-Bucket-Region: us-east-1 | |
X-Amz-Id-2: yXKoM7pZmTr4M5zCHDuxJZ6NSp3eTvzBtzs41SdihhP628+nVQVSkxotkq028DR+ehkCc5X2QOw= | |
X-Amz-Request-Id: 9DD38A62871B7FFE | |
----------------------------------------------------- | |
2017/10/01 11:32:47 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>transparent-test-terraform-state</Name><Prefix>env:/</Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated></ListBucketResult> | |
2017/10/01 11:32:47 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET /bob HTTP/1.1 | |
Host: transparent-test-terraform-state.s3.amazonaws.com | |
User-Agent: aws-sdk-go/1.10.36 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.6 | |
Authorization: AWS4-HMAC-SHA256 Credential=AKIAJDOM7WW6UALVPJ2A/20171001/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=44e378d0303fce7afd2ed54905ae81836289634b469dfdd1daa033b5f7bab744 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20171001T153247Z | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2017/10/01 11:32:47 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 404 Not Found | |
Connection: close | |
Transfer-Encoding: chunked | |
Content-Type: application/xml | |
Date: Sun, 01 Oct 2017 15:32:46 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: J5azxF7uXspxu89wIy2w5B23+H3lBogQhf0yytfHqC4JNL5w3TxBeP7LhEGoTM1LgZiXkM4Xa80= | |
X-Amz-Request-Id: C5FDC07EC8102E2F | |
----------------------------------------------------- | |
2017/10/01 11:32:47 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>bob</Key><RequestId>C5FDC07EC8102E2F</RequestId><HostId>J5azxF7uXspxu89wIy2w5B23+H3lBogQhf0yytfHqC4JNL5w3TxBeP7LhEGoTM1LgZiXkM4Xa80=</HostId></Error> | |
2017/10/01 11:32:47 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetObject failed, not retrying, error NoSuchKey: The specified key does not exist. | |
status code: 404, request id: C5FDC07EC8102E2F, host id: J5azxF7uXspxu89wIy2w5B23+H3lBogQhf0yytfHqC4JNL5w3TxBeP7LhEGoTM1LgZiXkM4Xa80= | |
2017/10/01 11:32:47 [DEBUG] New state was assigned lineage "ddd8916e-9e4c-483c-b030-9390d0651d19" | |
2017/10/01 11:32:48 [INFO] terraform: building graph: GraphTypeInput | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "aws_security_group_rule.bastion_egress": aws_security_group_rule.bastion_egress | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "aws_security_group_rule.ec2_ingress": aws_security_group_rule.ec2_ingress | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "aws_security_group.bastion_access": aws_security_group.bastion_access | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "aws_security_group_rule.ec2_egress": aws_security_group_rule.ec2_egress | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "aws_security_group.ec2_access": aws_security_group.ec2_access | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "aws_security_group.alb_access": aws_security_group.alb_access | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "data.terraform_remote_state.vpc": data.terraform_remote_state.vpc | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "aws_security_group_rule.bastion_ingress": aws_security_group_rule.bastion_ingress | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "aws_security_group.api_gateway_access": aws_security_group.api_gateway_access | |
tVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
egion - *terraform.NodeRootVariable | |
- *terraform.NodeRootVariable | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "aws_security_group.bastion_access" references: [data.terraform_remote_state.vpc var.creator var.environment var.freetext var.project] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "aws_security_group_rule.ec2_ingress" references: [aws_security_group.bastion_access aws_security_group.ec2_access] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "output.api_gateway_name" references: [aws_security_group.api_gateway_access] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.environment" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "output.bastion_name" references: [aws_security_group.bastion_access] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "output.alb_id" references: [aws_security_group.alb_access] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "data.terraform_remote_state.vpc" references: [var.vpc_bucket var.vpc_key var.vpc_region] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "output.alb_name" references: [aws_security_group.alb_access] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.vpc_key" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.vpc_region" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.region] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "aws_security_group_rule.bastion_ingress" references: [aws_security_group.bastion_access var.bastion_ingress_cidr_blocks] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.vpc_bucket" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.bastion_ingress_cidr_blocks" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "aws_security_group_rule.bastion_egress" references: [aws_security_group.bastion_access] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "output.ec2_name" references: [aws_security_group.ec2_access] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.creator" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "aws_security_group.ec2_access" references: [data.terraform_remote_state.vpc var.creator var.environment var.freetext var.project] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "aws_security_group_rule.ec2_egress" references: [aws_security_group.ec2_access] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "output.api_gateway_id" references: [aws_security_group.api_gateway_access] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.region" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.project" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "aws_security_group.alb_access" references: [data.terraform_remote_state.vpc var.creator var.environment var.freetext var.project] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "output.ec2_id" references: [aws_security_group.ec2_access] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "aws_security_group.api_gateway_access" references: [data.terraform_remote_state.vpc var.creator var.environment var.freetext var.project] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "output.bastion_id" references: [aws_security_group.bastion_access] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.freetext" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "provider.terraform" references: [] | |
stractResource | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group_rule.ec2_ingress - *terraform.NodeAbstractResource | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
data.terraform_remote_state.vpc - *terraform.NodeAbstractResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
output.alb_id - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeAbstractResource | |
output.alb_name - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeAbstractResource | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeAbstractResource | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeAbstractResource | |
output.bastion_id - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
output.bastion_name - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
output.ec2_id - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
output.ec2_name - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.region - *terraform.NodeRootVariable | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
deAbstractResource | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group_rule.ec2_ingress - *terraform.NodeAbstractResource | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
data.terraform_remote_state.vpc - *terraform.NodeAbstractResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_security_group.alb_access - *terraform.NodeAbstractResource | |
aws_security_group.api_gateway_access - *terraform.NodeAbstractResource | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
aws_security_group_rule.bastion_egress - *terraform.NodeAbstractResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodeAbstractResource | |
aws_security_group_rule.ec2_egress - *terraform.NodeAbstractResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodeAbstractResource | |
data.terraform_remote_state.vpc - *terraform.NodeAbstractResource | |
output.alb_id - *terraform.NodeApplyableOutput | |
output.alb_name - *terraform.NodeApplyableOutput | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
output.bastion_id - *terraform.NodeApplyableOutput | |
output.bastion_name - *terraform.NodeApplyableOutput | |
output.ec2_id - *terraform.NodeApplyableOutput | |
output.ec2_name - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
output.alb_id - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeAbstractResource | |
output.alb_name - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeAbstractResource | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeAbstractResource | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeAbstractResource | |
output.bastion_id - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
output.bastion_name - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
output.ec2_id - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
output.ec2_name - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.region - *terraform.NodeRootVariable | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
ractResource | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group_rule.ec2_ingress - *terraform.NodeAbstractResource | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
data.terraform_remote_state.vpc - *terraform.NodeAbstractResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_security_group.alb_access - *terraform.NodeAbstractResource | |
aws_security_group.api_gateway_access - *terraform.NodeAbstractResource | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
aws_security_group_rule.bastion_egress - *terraform.NodeAbstractResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodeAbstractResource | |
aws_security_group_rule.ec2_egress - *terraform.NodeAbstractResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodeAbstractResource | |
data.terraform_remote_state.vpc - *terraform.NodeAbstractResource | |
output.alb_id - *terraform.NodeApplyableOutput | |
output.alb_name - *terraform.NodeApplyableOutput | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
output.bastion_id - *terraform.NodeApplyableOutput | |
output.bastion_name - *terraform.NodeApplyableOutput | |
output.ec2_id - *terraform.NodeApplyableOutput | |
output.ec2_name - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
output.alb_id - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeAbstractResource | |
output.alb_name - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeAbstractResource | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeAbstractResource | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeAbstractResource | |
output.bastion_id - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
output.bastion_name - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
output.ec2_id - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
output.ec2_name - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.region - *terraform.NodeRootVariable | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
deAbstractResource | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group_rule.ec2_ingress - *terraform.NodeAbstractResource | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
data.terraform_remote_state.vpc - *terraform.NodeAbstractResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_security_group.alb_access - *terraform.NodeAbstractResource | |
aws_security_group.api_gateway_access - *terraform.NodeAbstractResource | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
aws_security_group_rule.bastion_egress - *terraform.NodeAbstractResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodeAbstractResource | |
aws_security_group_rule.ec2_egress - *terraform.NodeAbstractResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodeAbstractResource | |
data.terraform_remote_state.vpc - *terraform.NodeAbstractResource | |
output.alb_id - *terraform.NodeApplyableOutput | |
output.alb_name - *terraform.NodeApplyableOutput | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
output.bastion_id - *terraform.NodeApplyableOutput | |
output.bastion_name - *terraform.NodeApplyableOutput | |
output.ec2_id - *terraform.NodeApplyableOutput | |
output.ec2_name - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
output.alb_id - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeAbstractResource | |
output.alb_name - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeAbstractResource | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeAbstractResource | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeAbstractResource | |
output.bastion_id - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
output.bastion_name - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
output.ec2_id - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
output.ec2_name - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_security_group.alb_access - *terraform.NodeAbstractResource | |
aws_security_group.api_gateway_access - *terraform.NodeAbstractResource | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
aws_security_group_rule.bastion_egress - *terraform.NodeAbstractResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodeAbstractResource | |
aws_security_group_rule.ec2_egress - *terraform.NodeAbstractResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.terraform - *terraform.NodeApplyableProvider | |
provider.terraform (close) - *terraform.graphNodeCloseProvider | |
data.terraform_remote_state.vpc - *terraform.NodeAbstractResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
.NodeAbstractResource | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group_rule.ec2_ingress - *terraform.NodeAbstractResource | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
data.terraform_remote_state.vpc - *terraform.NodeAbstractResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_security_group.alb_access - *terraform.NodeAbstractResource | |
aws_security_group.api_gateway_access - *terraform.NodeAbstractResource | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
aws_security_group_rule.bastion_egress - *terraform.NodeAbstractResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodeAbstractResource | |
aws_security_group_rule.ec2_egress - *terraform.NodeAbstractResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodeAbstractResource | |
data.terraform_remote_state.vpc - *terraform.NodeAbstractResource | |
output.alb_id - *terraform.NodeApplyableOutput | |
output.alb_name - *terraform.NodeApplyableOutput | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
output.bastion_id - *terraform.NodeApplyableOutput | |
output.bastion_name - *terraform.NodeApplyableOutput | |
output.ec2_id - *terraform.NodeApplyableOutput | |
output.ec2_name - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
output.alb_id - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeAbstractResource | |
output.alb_name - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeAbstractResource | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeAbstractResource | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeAbstractResource | |
output.bastion_id - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
output.bastion_name - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
output.ec2_id - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
output.ec2_name - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_security_group.alb_access - *terraform.NodeAbstractResource | |
aws_security_group.api_gateway_access - *terraform.NodeAbstractResource | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
aws_security_group_rule.bastion_egress - *terraform.NodeAbstractResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodeAbstractResource | |
aws_security_group_rule.ec2_egress - *terraform.NodeAbstractResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.terraform - *terraform.NodeApplyableProvider | |
provider.terraform (close) - *terraform.graphNodeCloseProvider | |
data.terraform_remote_state.vpc - *terraform.NodeAbstractResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
tResource | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group_rule.ec2_ingress - *terraform.NodeAbstractResource | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
data.terraform_remote_state.vpc - *terraform.NodeAbstractResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_security_group.alb_access - *terraform.NodeAbstractResource | |
aws_security_group.api_gateway_access - *terraform.NodeAbstractResource | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
aws_security_group_rule.bastion_egress - *terraform.NodeAbstractResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodeAbstractResource | |
aws_security_group_rule.ec2_egress - *terraform.NodeAbstractResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodeAbstractResource | |
data.terraform_remote_state.vpc - *terraform.NodeAbstractResource | |
output.alb_id - *terraform.NodeApplyableOutput | |
output.alb_name - *terraform.NodeApplyableOutput | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
output.bastion_id - *terraform.NodeApplyableOutput | |
output.bastion_name - *terraform.NodeApplyableOutput | |
output.ec2_id - *terraform.NodeApplyableOutput | |
output.ec2_name - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
output.alb_id - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeAbstractResource | |
output.alb_name - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeAbstractResource | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeAbstractResource | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeAbstractResource | |
output.bastion_id - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
output.bastion_name - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
output.ec2_id - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
output.ec2_name - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_security_group.alb_access - *terraform.NodeAbstractResource | |
aws_security_group.api_gateway_access - *terraform.NodeAbstractResource | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
aws_security_group_rule.bastion_egress - *terraform.NodeAbstractResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodeAbstractResource | |
aws_security_group_rule.ec2_egress - *terraform.NodeAbstractResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.terraform - *terraform.NodeApplyableProvider | |
provider.terraform (close) - *terraform.graphNodeCloseProvider | |
data.terraform_remote_state.vpc - *terraform.NodeAbstractResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
provider.terraform (close) - *terraform.graphNodeCloseProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
ity_group_rule.ec2_ingress - *terraform.NodeAbstractResource | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
data.terraform_remote_state.vpc - *terraform.NodeAbstractResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_security_group_rule.bastion_egress - *terraform.NodeAbstractResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodeAbstractResource | |
aws_security_group_rule.ec2_egress - *terraform.NodeAbstractResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodeAbstractResource | |
output.alb_id - *terraform.NodeApplyableOutput | |
output.alb_name - *terraform.NodeApplyableOutput | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
output.bastion_id - *terraform.NodeApplyableOutput | |
output.bastion_name - *terraform.NodeApplyableOutput | |
output.ec2_id - *terraform.NodeApplyableOutput | |
output.ec2_name - *terraform.NodeApplyableOutput | |
output.alb_id - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeAbstractResource | |
output.alb_name - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeAbstractResource | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeAbstractResource | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeAbstractResource | |
output.bastion_id - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
output.bastion_name - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeAbstractResource | |
output.ec2_id - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
output.ec2_name - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_security_group.alb_access - *terraform.NodeAbstractResource | |
aws_security_group.api_gateway_access - *terraform.NodeAbstractResource | |
aws_security_group_rule.bastion_egress - *terraform.NodeAbstractResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodeAbstractResource | |
aws_security_group_rule.ec2_egress - *terraform.NodeAbstractResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodeAbstractResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
provider.terraform (close) - *terraform.graphNodeCloseProvider | |
data.terraform_remote_state.vpc - *terraform.NodeAbstractResource | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
provider.terraform (close) - *terraform.graphNodeCloseProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
2017/10/01 11:32:48 [DEBUG] Starting graph walk: walkInput | |
2017-10-01T11:32:48.033-0400 [DEBUG] plugin: waiting for RPC address: path=/home/vagrant/GitHub/terraform-aws-security-groups/.terraform/plugins/linux_amd64/terraform-provider-aws_v1.0.0_x4 | |
2017-10-01T11:32:48.037-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: 2017/10/01 11:32:48 [DEBUG] plugin: plugin address: unix /tmp/plugin540010870 | |
2017-10-01T11:32:48.040-0400 [DEBUG] plugin: starting plugin: path=/home/vagrant/GitHub/terraform-aws-security-groups/.terraform/plugins/linux_amd64/terraform-provider-terraform_v1.0.0_x4 args=[/home/vagrant/GitHub/terraform-aws-security-groups/.terraform/plugins/linux_amd64/terraform-provider-terraform_v1.0.0_x4] | |
2017-10-01T11:32:48.040-0400 [DEBUG] plugin: waiting for RPC address: path=/home/vagrant/GitHub/terraform-aws-security-groups/.terraform/plugins/linux_amd64/terraform-provider-terraform_v1.0.0_x4 | |
2017-10-01T11:32:48.048-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:48 [DEBUG] plugin: plugin address: unix /tmp/plugin331361168 | |
2017/10/01 11:32:48 [INFO] terraform: building graph: GraphTypeValidate | |
2017/10/01 11:32:48 [TRACE] ConfigTransformer: Starting for path: [] | |
m.NodeApplyableOutput | |
output.bastion_id - *terraform.NodeApplyableOutput | |
output.bastion_name - *terraform.NodeApplyableOutput | |
output.ec2_id - *terraform.NodeApplyableOutput | |
output.ec2_name - *terraform.NodeApplyableOutput | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "aws_security_group_rule.bastion_ingress": aws_security_group_rule.bastion_ingress | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "aws_security_group_rule.bastion_egress": aws_security_group_rule.bastion_egress | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "aws_security_group_rule.ec2_ingress": aws_security_group_rule.ec2_ingress | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "aws_security_group.bastion_access": aws_security_group.bastion_access | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "aws_security_group.ec2_access": aws_security_group.ec2_access | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "aws_security_group.api_gateway_access": aws_security_group.api_gateway_access | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "aws_security_group_rule.ec2_egress": aws_security_group_rule.ec2_egress | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "data.terraform_remote_state.vpc": data.terraform_remote_state.vpc | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_security_group.alb_access - *terraform.NodeValidatableResource | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResource | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
aws_security_group_rule.bastion_egress - *terraform.NodeValidatableResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodeValidatableResource | |
aws_security_group_rule.ec2_egress - *terraform.NodeValidatableResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodeValidatableResource | |
data.terraform_remote_state.vpc - *terraform.NodeValidatableResource | |
output.alb_id - *terraform.NodeApplyableOutput | |
output.alb_name - *terraform.NodeApplyableOutput | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
output.bastion_id - *terraform.NodeApplyableOutput | |
output.bastion_name - *terraform.NodeApplyableOutput | |
output.ec2_id - *terraform.NodeApplyableOutput | |
output.ec2_name - *terraform.NodeApplyableOutput | |
form.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
*terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
ootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.freetext" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.region] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "output.alb_name" references: [aws_security_group.alb_access] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.creator" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.environment" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "aws_security_group_rule.ec2_egress" references: [aws_security_group.ec2_access] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "output.bastion_name" references: [aws_security_group.bastion_access] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "output.ec2_name" references: [aws_security_group.ec2_access] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "aws_security_group.bastion_access" references: [data.terraform_remote_state.vpc var.creator var.environment var.freetext var.project] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "aws_security_group_rule.bastion_ingress" references: [aws_security_group.bastion_access var.bastion_ingress_cidr_blocks] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.vpc_key" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.project" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "output.api_gateway_name" references: [aws_security_group.api_gateway_access] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.vpc_bucket" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "output.alb_id" references: [aws_security_group.alb_access] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.bastion_ingress_cidr_blocks" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "aws_security_group.api_gateway_access" references: [data.terraform_remote_state.vpc var.creator var.environment var.freetext var.project] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "aws_security_group.ec2_access" references: [data.terraform_remote_state.vpc var.creator var.environment var.freetext var.project] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "output.api_gateway_id" references: [aws_security_group.api_gateway_access] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "data.terraform_remote_state.vpc" references: [var.vpc_bucket var.vpc_key var.vpc_region] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "output.bastion_id" references: [aws_security_group.bastion_access] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "aws_security_group_rule.ec2_ingress" references: [aws_security_group.bastion_access aws_security_group.ec2_access] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "provider.terraform" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "aws_security_group.alb_access" references: [data.terraform_remote_state.vpc var.creator var.environment var.freetext var.project] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "aws_security_group_rule.bastion_egress" references: [aws_security_group.bastion_access] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.vpc_region" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "output.ec2_id" references: [aws_security_group.ec2_access] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.region" references: [] | |
_rule.ec2_egress - *terraform.NodeValidatableResource | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group_rule.ec2_ingress - *terraform.NodeValidatableResource | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
data.terraform_remote_state.vpc - *terraform.NodeValidatableResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
output.alb_id - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeValidatableResource | |
output.alb_name - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeValidatableResource | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResource | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResource | |
output.bastion_id - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
output.bastion_name - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
output.ec2_id - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
output.ec2_name - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.region - *terraform.NodeRootVariable | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
roup_rule.ec2_egress - *terraform.NodeValidatableResource | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group_rule.ec2_ingress - *terraform.NodeValidatableResource | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
data.terraform_remote_state.vpc - *terraform.NodeValidatableResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_security_group.alb_access - *terraform.NodeValidatableResource | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResource | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
aws_security_group_rule.bastion_egress - *terraform.NodeValidatableResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodeValidatableResource | |
aws_security_group_rule.ec2_egress - *terraform.NodeValidatableResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodeValidatableResource | |
data.terraform_remote_state.vpc - *terraform.NodeValidatableResource | |
output.alb_id - *terraform.NodeApplyableOutput | |
output.alb_name - *terraform.NodeApplyableOutput | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
output.bastion_id - *terraform.NodeApplyableOutput | |
output.bastion_name - *terraform.NodeApplyableOutput | |
output.ec2_id - *terraform.NodeApplyableOutput | |
output.ec2_name - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
output.alb_id - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeValidatableResource | |
output.alb_name - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeValidatableResource | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResource | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResource | |
output.bastion_id - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
output.bastion_name - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
output.ec2_id - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
output.ec2_name - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.region - *terraform.NodeRootVariable | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
ule.ec2_egress - *terraform.NodeValidatableResource | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group_rule.ec2_ingress - *terraform.NodeValidatableResource | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
data.terraform_remote_state.vpc - *terraform.NodeValidatableResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_security_group.alb_access - *terraform.NodeValidatableResource | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResource | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
aws_security_group_rule.bastion_egress - *terraform.NodeValidatableResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodeValidatableResource | |
aws_security_group_rule.ec2_egress - *terraform.NodeValidatableResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodeValidatableResource | |
data.terraform_remote_state.vpc - *terraform.NodeValidatableResource | |
output.alb_id - *terraform.NodeApplyableOutput | |
output.alb_name - *terraform.NodeApplyableOutput | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
output.bastion_id - *terraform.NodeApplyableOutput | |
output.bastion_name - *terraform.NodeApplyableOutput | |
output.ec2_id - *terraform.NodeApplyableOutput | |
output.ec2_name - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
output.alb_id - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeValidatableResource | |
output.alb_name - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeValidatableResource | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResource | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResource | |
output.bastion_id - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
output.bastion_name - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
output.ec2_id - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
output.ec2_name - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.region - *terraform.NodeRootVariable | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
roup_rule.ec2_egress - *terraform.NodeValidatableResource | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group_rule.ec2_ingress - *terraform.NodeValidatableResource | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
data.terraform_remote_state.vpc - *terraform.NodeValidatableResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_security_group.alb_access - *terraform.NodeValidatableResource | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResource | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
aws_security_group_rule.bastion_egress - *terraform.NodeValidatableResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodeValidatableResource | |
aws_security_group_rule.ec2_egress - *terraform.NodeValidatableResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodeValidatableResource | |
data.terraform_remote_state.vpc - *terraform.NodeValidatableResource | |
output.alb_id - *terraform.NodeApplyableOutput | |
output.alb_name - *terraform.NodeApplyableOutput | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
output.bastion_id - *terraform.NodeApplyableOutput | |
output.bastion_name - *terraform.NodeApplyableOutput | |
output.ec2_id - *terraform.NodeApplyableOutput | |
output.ec2_name - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
output.alb_id - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeValidatableResource | |
output.alb_name - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeValidatableResource | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResource | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResource | |
output.bastion_id - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
output.bastion_name - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
output.ec2_id - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
output.ec2_name - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_security_group.alb_access - *terraform.NodeValidatableResource | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResource | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
aws_security_group_rule.bastion_egress - *terraform.NodeValidatableResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodeValidatableResource | |
aws_security_group_rule.ec2_egress - *terraform.NodeValidatableResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.terraform - *terraform.NodeApplyableProvider | |
provider.terraform (close) - *terraform.graphNodeCloseProvider | |
data.terraform_remote_state.vpc - *terraform.NodeValidatableResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
y_group_rule.ec2_egress - *terraform.NodeValidatableResource | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group_rule.ec2_ingress - *terraform.NodeValidatableResource | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
data.terraform_remote_state.vpc - *terraform.NodeValidatableResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_security_group.alb_access - *terraform.NodeValidatableResource | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResource | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
aws_security_group_rule.bastion_egress - *terraform.NodeValidatableResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodeValidatableResource | |
aws_security_group_rule.ec2_egress - *terraform.NodeValidatableResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodeValidatableResource | |
data.terraform_remote_state.vpc - *terraform.NodeValidatableResource | |
output.alb_id - *terraform.NodeApplyableOutput | |
output.alb_name - *terraform.NodeApplyableOutput | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
output.bastion_id - *terraform.NodeApplyableOutput | |
output.bastion_name - *terraform.NodeApplyableOutput | |
output.ec2_id - *terraform.NodeApplyableOutput | |
output.ec2_name - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
output.alb_id - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeValidatableResource | |
output.alb_name - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeValidatableResource | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResource | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResource | |
output.bastion_id - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
output.bastion_name - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
output.ec2_id - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
output.ec2_name - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_security_group.alb_access - *terraform.NodeValidatableResource | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResource | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
aws_security_group_rule.bastion_egress - *terraform.NodeValidatableResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodeValidatableResource | |
aws_security_group_rule.ec2_egress - *terraform.NodeValidatableResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.terraform - *terraform.NodeApplyableProvider | |
provider.terraform (close) - *terraform.graphNodeCloseProvider | |
data.terraform_remote_state.vpc - *terraform.NodeValidatableResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
.ec2_egress - *terraform.NodeValidatableResource | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group_rule.ec2_ingress - *terraform.NodeValidatableResource | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
data.terraform_remote_state.vpc - *terraform.NodeValidatableResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_security_group.alb_access - *terraform.NodeValidatableResource | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResource | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
aws_security_group_rule.bastion_egress - *terraform.NodeValidatableResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodeValidatableResource | |
aws_security_group_rule.ec2_egress - *terraform.NodeValidatableResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodeValidatableResource | |
data.terraform_remote_state.vpc - *terraform.NodeValidatableResource | |
output.alb_id - *terraform.NodeApplyableOutput | |
output.alb_name - *terraform.NodeApplyableOutput | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
output.bastion_id - *terraform.NodeApplyableOutput | |
output.bastion_name - *terraform.NodeApplyableOutput | |
output.ec2_id - *terraform.NodeApplyableOutput | |
output.ec2_name - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
output.alb_id - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeValidatableResource | |
output.alb_name - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeValidatableResource | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResource | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResource | |
output.bastion_id - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
output.bastion_name - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
output.ec2_id - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
output.ec2_name - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_security_group.alb_access - *terraform.NodeValidatableResource | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResource | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
aws_security_group_rule.bastion_egress - *terraform.NodeValidatableResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodeValidatableResource | |
aws_security_group_rule.ec2_egress - *terraform.NodeValidatableResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.terraform - *terraform.NodeApplyableProvider | |
provider.terraform (close) - *terraform.graphNodeCloseProvider | |
data.terraform_remote_state.vpc - *terraform.NodeValidatableResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
provider.terraform (close) - *terraform.graphNodeCloseProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
erraform.NodeValidatableResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodeValidatableResource | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
data.terraform_remote_state.vpc - *terraform.NodeValidatableResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_security_group_rule.bastion_egress - *terraform.NodeValidatableResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodeValidatableResource | |
aws_security_group_rule.ec2_egress - *terraform.NodeValidatableResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodeValidatableResource | |
output.alb_id - *terraform.NodeApplyableOutput | |
output.alb_name - *terraform.NodeApplyableOutput | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
output.bastion_id - *terraform.NodeApplyableOutput | |
output.bastion_name - *terraform.NodeApplyableOutput | |
output.ec2_id - *terraform.NodeApplyableOutput | |
output.ec2_name - *terraform.NodeApplyableOutput | |
output.alb_id - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeValidatableResource | |
output.alb_name - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodeValidatableResource | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResource | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResource | |
output.bastion_id - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
output.bastion_name - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodeValidatableResource | |
output.ec2_id - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
output.ec2_name - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_security_group.alb_access - *terraform.NodeValidatableResource | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResource | |
aws_security_group_rule.bastion_egress - *terraform.NodeValidatableResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodeValidatableResource | |
aws_security_group_rule.ec2_egress - *terraform.NodeValidatableResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodeValidatableResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
provider.terraform (close) - *terraform.graphNodeCloseProvider | |
data.terraform_remote_state.vpc - *terraform.NodeValidatableResource | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
provider.terraform (close) - *terraform.graphNodeCloseProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
2017/10/01 11:32:48 [DEBUG] Starting graph walk: walkValidate | |
RACE] root: eval: *terraform.EvalInterpolate | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "aws_security_group.api_gateway_access": aws_security_group.api_gateway_access | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResourceInstance | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResourceInstance | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "aws_security_group.api_gateway_access" references: [] | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResourceInstance | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_security_group.api_gateway_access - *terraform.NodeValidatableResourceInstance | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "aws_security_group.bastion_access": aws_security_group.bastion_access | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_security_group.bastion_access - *terraform.NodeValidatableResourceInstance | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_security_group.bastion_access - *terraform.NodeValidatableResourceInstance | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "aws_security_group.bastion_access" references: [] | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_security_group.bastion_access - *terraform.NodeValidatableResourceInstance | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "aws_security_group.alb_access": aws_security_group.alb_access | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_security_group.alb_access - *terraform.NodeValidatableResourceInstance | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_security_group.alb_access - *terraform.NodeValidatableResourceInstance | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "aws_security_group.alb_access" references: [] | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "aws_security_group_rule.ec2_egress": aws_security_group_rule.ec2_egress | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_security_group_rule.ec2_egress - *terraform.NodeValidatableResourceInstance | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_security_group_rule.ec2_egress - *terraform.NodeValidatableResourceInstance | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "aws_security_group_rule.ec2_egress" references: [] | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_security_group_rule.ec2_egress - *terraform.NodeValidatableResourceInstance | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "aws_security_group_rule.ec2_ingress": aws_security_group_rule.ec2_ingress | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_security_group_rule.ec2_ingress - *terraform.NodeValidatableResourceInstance | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_security_group_rule.ec2_ingress - *terraform.NodeValidatableResourceInstance | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "aws_security_group_rule.ec2_ingress" references: [] | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_security_group_rule.ec2_ingress - *terraform.NodeValidatableResourceInstance | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "aws_security_group_rule.bastion_ingress": aws_security_group_rule.bastion_ingress | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_security_group_rule.bastion_ingress - *terraform.NodeValidatableResourceInstance | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "aws_security_group_rule.bastion_ingress" references: [] | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "aws_security_group_rule.bastion_egress": aws_security_group_rule.bastion_egress | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_security_group_rule.bastion_egress - *terraform.NodeValidatableResourceInstance | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_security_group_rule.bastion_egress - *terraform.NodeValidatableResourceInstance | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "aws_security_group_rule.bastion_egress" references: [] | |
2017/10/01 11:32:48 [INFO] terraform: building graph: GraphTypeRefresh | |
2017/10/01 11:32:48 [TRACE] No managed resources in state during refresh, skipping managed resource transformer | |
2017/10/01 11:32:48 [TRACE] ConfigTransformer: Starting for path: [] | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.ConfigTransformer: | |
data.terraform_remote_state.vpc - *terraform.NodeRefreshableDataResource | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.OrphanResourceTransformer: | |
data.terraform_remote_state.vpc - *terraform.NodeRefreshableDataResource | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "data.terraform_remote_state.vpc": data.terraform_remote_state.vpc | |
aform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "data.terraform_remote_state.vpc" references: [var.vpc_bucket var.vpc_key var.vpc_region] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.vpc_bucket" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "output.ec2_id" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.region" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.freetext" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.bastion_ingress_cidr_blocks" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "provider.terraform" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "output.ec2_name" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.project" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.creator" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "output.api_gateway_id" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "output.api_gateway_name" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "output.alb_id" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "output.alb_name" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.vpc_key" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.vpc_region" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "var.environment" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "output.bastion_id" references: [] | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "output.bastion_name" references: [] | |
locks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
on - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
2017/10/01 11:32:48 [DEBUG] Starting graph walk: walkRefresh | |
2017/10/01 11:32:48 [DEBUG] Resource state not found for "data.terraform_remote_state.vpc": data.terraform_remote_state.vpc | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
data.terraform_remote_state.vpc - *terraform.NodeRefreshableDataResourceInstance | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.TargetsTransformer: | |
data.terraform_remote_state.vpc - *terraform.NodeRefreshableDataResourceInstance | |
2017/10/01 11:32:48 [DEBUG] ReferenceTransformer: "data.terraform_remote_state.vpc" references: [] | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
data.terraform_remote_state.vpc - *terraform.NodeRefreshableDataResourceInstance | |
2017/10/01 11:32:48 [TRACE] Graph after step *terraform.RootTransformer: | |
data.terraform_remote_state.vpc - *terraform.NodeRefreshableDataResourceInstance | |
2017-10-01T11:32:48.105-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:48 [DEBUG] Initializing remote state backend: s3 | |
2017-10-01T11:32:48.105-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:48 [INFO] Building AWS region structure | |
2017-10-01T11:32:48.105-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:48 [INFO] Building AWS auth structure | |
2017-10-01T11:32:48.105-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:48 [INFO] Setting AWS metadata API timeout to 100ms | |
2017-10-01T11:32:48.906-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:48 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id | |
2017-10-01T11:32:48.906-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:48 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2017-10-01T11:32:48.906-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:48 [INFO] Initializing DeviceFarm SDK connection | |
2017-10-01T11:32:48.906-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:48 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2017-10-01T11:32:48.906-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2017-10-01T11:32:48.906-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: POST / HTTP/1.1 | |
2017-10-01T11:32:48.906-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Host: sts.amazonaws.com | |
2017-10-01T11:32:48.906-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: User-Agent: aws-sdk-go/1.10.18 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev | |
2017-10-01T11:32:48.906-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Content-Length: 43 | |
2017-10-01T11:32:48.906-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJDOM7WW6UALVPJ2A/20171001/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=8ba57b80e7b9fdc2b1edca3e398fe235c5d6593abac8efdd345db2ab3703f6b5 | |
2017-10-01T11:32:48.907-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2017-10-01T11:32:48.907-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: X-Amz-Date: 20171001T153248Z | |
2017-10-01T11:32:48.907-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Accept-Encoding: gzip | |
2017-10-01T11:32:48.907-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: | |
2017-10-01T11:32:48.907-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2017-10-01T11:32:48.907-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: ----------------------------------------------------- | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:49 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: HTTP/1.1 200 OK | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Connection: close | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Content-Length: 402 | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Content-Type: text/xml | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Date: Sun, 01 Oct 2017 15:32:49 GMT | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: X-Amzn-Requestid: c7f0400d-a6bd-11e7-946d-59ba11f15c8e | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: ----------------------------------------------------- | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:49 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <GetCallerIdentityResult> | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <Arn>arn:aws:iam::037083514056:user/rkurr</Arn> | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <UserId>AIDAIOIWRMSUVCXTVOCQG</UserId> | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <Account>037083514056</Account> | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: </GetCallerIdentityResult> | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <ResponseMetadata> | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <RequestId>c7f0400d-a6bd-11e7-946d-59ba11f15c8e</RequestId> | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: </ResponseMetadata> | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: </GetCallerIdentityResponse> | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:49 [DEBUG] Trying to get account ID via iam:GetUser | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:49 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details: | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: POST / HTTP/1.1 | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Host: iam.amazonaws.com | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: User-Agent: aws-sdk-go/1.10.18 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Content-Length: 33 | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJDOM7WW6UALVPJ2A/20171001/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=f2cfbb1865cedf698a5727784c72a47108159dc8bf735e88615f7c5d44bfbf0d | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: X-Amz-Date: 20171001T153249Z | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Accept-Encoding: gzip | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Action=GetUser&Version=2010-05-08 | |
2017-10-01T11:32:49.192-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: ----------------------------------------------------- | |
2017-10-01T11:32:49.364-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:49 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details: | |
2017-10-01T11:32:49.364-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2017-10-01T11:32:49.364-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: HTTP/1.1 200 OK | |
2017-10-01T11:32:49.365-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Connection: close | |
2017-10-01T11:32:49.365-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Content-Length: 523 | |
2017-10-01T11:32:49.365-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Content-Type: text/xml | |
2017-10-01T11:32:49.365-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Date: Sun, 01 Oct 2017 15:32:48 GMT | |
2017-10-01T11:32:49.365-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: X-Amzn-Requestid: c80a56cf-a6bd-11e7-a5eb-1b355a02fa25 | |
2017-10-01T11:32:49.365-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: | |
2017-10-01T11:32:49.365-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: | |
2017-10-01T11:32:49.365-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: ----------------------------------------------------- | |
2017-10-01T11:32:49.365-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:49 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
2017-10-01T11:32:49.365-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <GetUserResult> | |
2017-10-01T11:32:49.365-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <User> | |
2017-10-01T11:32:49.365-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <Path>/</Path> | |
2017-10-01T11:32:49.365-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <PasswordLastUsed>2017-10-01T13:07:49Z</PasswordLastUsed> | |
2017-10-01T11:32:49.365-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <UserName>rkurr</UserName> | |
2017-10-01T11:32:49.365-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <Arn>arn:aws:iam::037083514056:user/rkurr</Arn> | |
2017-10-01T11:32:49.365-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <UserId>AIDAIOIWRMSUVCXTVOCQG</UserId> | |
2017-10-01T11:32:49.365-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <CreateDate>2017-08-23T20:21:40Z</CreateDate> | |
2017-10-01T11:32:49.365-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: </User> | |
2017-10-01T11:32:49.365-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: </GetUserResult> | |
2017-10-01T11:32:49.365-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <ResponseMetadata> | |
2017-10-01T11:32:49.365-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <RequestId>c80a56cf-a6bd-11e7-a5eb-1b355a02fa25</RequestId> | |
2017-10-01T11:32:49.365-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: </ResponseMetadata> | |
2017-10-01T11:32:49.365-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: </GetUserResponse> | |
2017-10-01T11:32:49.366-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:49 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
2017-10-01T11:32:49.366-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2017-10-01T11:32:49.366-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: POST / HTTP/1.1 | |
2017-10-01T11:32:49.366-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Host: ec2.us-east-1.amazonaws.com | |
2017-10-01T11:32:49.366-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: User-Agent: aws-sdk-go/1.10.18 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev | |
2017-10-01T11:32:49.366-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Content-Length: 87 | |
2017-10-01T11:32:49.366-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJDOM7WW6UALVPJ2A/20171001/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=d75277f9aa6999d7bb17efcbef6293ece0af6fa708e4b8c6fa8099e8d498e0ed | |
2017-10-01T11:32:49.366-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2017-10-01T11:32:49.366-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: X-Amz-Date: 20171001T153249Z | |
2017-10-01T11:32:49.366-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Accept-Encoding: gzip | |
2017-10-01T11:32:49.366-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: | |
2017-10-01T11:32:49.366-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
2017-10-01T11:32:49.366-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: ----------------------------------------------------- | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:49 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: HTTP/1.1 200 OK | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Connection: close | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Transfer-Encoding: chunked | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Date: Sun, 01 Oct 2017 15:32:48 GMT | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Server: AmazonEC2 | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Vary: Accept-Encoding | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: ----------------------------------------------------- | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:49 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <requestId>336f8d4d-d8c6-437f-9df2-fa53d3d65ba5</requestId> | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <accountAttributeSet> | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <item> | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <attributeName>supported-platforms</attributeName> | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <attributeValueSet> | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <item> | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <attributeValue>VPC</attributeValue> | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: </item> | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: </attributeValueSet> | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: </item> | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: </accountAttributeSet> | |
2017-10-01T11:32:49.558-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: </DescribeAccountAttributesResponse> | |
2017-10-01T11:32:49.559-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:49 [DEBUG] [aws-sdk-go] DEBUG: Request s3/ListObjects Details: | |
2017-10-01T11:32:49.559-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2017-10-01T11:32:49.559-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: GET /?prefix=env%3A%2F HTTP/1.1 | |
2017-10-01T11:32:49.559-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Host: transparent-test-terraform-state.s3.amazonaws.com | |
2017-10-01T11:32:49.559-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: User-Agent: aws-sdk-go/1.10.18 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev | |
2017-10-01T11:32:49.559-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJDOM7WW6UALVPJ2A/20171001/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=751881e1aeaa1dfc85a18a7b9b1eaa224b2c79d11dddf02a88afb6df6374ad72 | |
2017-10-01T11:32:49.559-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2017-10-01T11:32:49.559-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: X-Amz-Date: 20171001T153249Z | |
2017-10-01T11:32:49.559-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Accept-Encoding: gzip | |
2017-10-01T11:32:49.559-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: | |
2017-10-01T11:32:49.559-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: | |
2017-10-01T11:32:49.559-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: ----------------------------------------------------- | |
2017-10-01T11:32:49.738-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:49 [DEBUG] [aws-sdk-go] DEBUG: Response s3/ListObjects Details: | |
2017-10-01T11:32:49.738-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2017-10-01T11:32:49.738-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: HTTP/1.1 200 OK | |
2017-10-01T11:32:49.738-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Connection: close | |
2017-10-01T11:32:49.738-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Transfer-Encoding: chunked | |
2017-10-01T11:32:49.738-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Content-Type: application/xml | |
2017-10-01T11:32:49.738-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Date: Sun, 01 Oct 2017 15:32:50 GMT | |
2017-10-01T11:32:49.738-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Server: AmazonS3 | |
2017-10-01T11:32:49.738-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: X-Amz-Bucket-Region: us-east-1 | |
2017-10-01T11:32:49.739-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: X-Amz-Id-2: zFq2gAVOCbXaaCC+fg77HJkZhybYHRDsTOUZVtPNDNwig0EFnCNPnJV2ysLYDgTqicdP/XdHGj8= | |
2017-10-01T11:32:49.739-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: X-Amz-Request-Id: A6FE66010F55EF08 | |
2017-10-01T11:32:49.739-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: | |
2017-10-01T11:32:49.739-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: | |
2017-10-01T11:32:49.739-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: ----------------------------------------------------- | |
2017-10-01T11:32:49.739-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:49 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2017-10-01T11:32:49.739-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: <ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>transparent-test-terraform-state</Name><Prefix>env:/</Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated></ListBucketResult> | |
2017-10-01T11:32:49.739-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:49 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetObject Details: | |
2017-10-01T11:32:49.739-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2017-10-01T11:32:49.739-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: GET /us-west-2/development/networking/vpc/terraform.tfstate HTTP/1.1 | |
2017-10-01T11:32:49.739-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Host: transparent-test-terraform-state.s3.amazonaws.com | |
2017-10-01T11:32:49.739-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: User-Agent: aws-sdk-go/1.10.18 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev | |
2017-10-01T11:32:49.739-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJDOM7WW6UALVPJ2A/20171001/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=605d0888b9bd15b041d94d1893cb6524b40e2f8c37025d9d24c91cc9891f47cc | |
2017-10-01T11:32:49.739-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2017-10-01T11:32:49.739-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: X-Amz-Date: 20171001T153249Z | |
2017-10-01T11:32:49.739-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Accept-Encoding: gzip | |
2017-10-01T11:32:49.739-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: | |
2017-10-01T11:32:49.739-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: | |
2017-10-01T11:32:49.739-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: ----------------------------------------------------- | |
2017-10-01T11:32:49.925-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:49 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetObject Details: | |
2017-10-01T11:32:49.925-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2017-10-01T11:32:49.925-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: HTTP/1.1 200 OK | |
2017-10-01T11:32:49.925-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Connection: close | |
2017-10-01T11:32:49.925-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Content-Length: 38503 | |
2017-10-01T11:32:49.925-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Accept-Ranges: bytes | |
2017-10-01T11:32:49.925-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Content-Type: application/json | |
2017-10-01T11:32:49.925-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Date: Sun, 01 Oct 2017 15:32:50 GMT | |
2017-10-01T11:32:49.925-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Etag: "342496f1a4a7e1fa638911d00cb87592" | |
2017-10-01T11:32:49.925-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Last-Modified: Sun, 01 Oct 2017 14:42:30 GMT | |
2017-10-01T11:32:49.925-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: Server: AmazonS3 | |
2017-10-01T11:32:49.925-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: X-Amz-Id-2: eb9GaYZbIjd30MEsPKCMzXEhFHPrnpZQ6Ne1crzqVFu/SwE5Cn/7eQC7/XTmjK/6RRKGNn8BifI= | |
2017-10-01T11:32:49.925-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: X-Amz-Request-Id: 6652BDA4F175F222 | |
2017-10-01T11:32:49.925-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: | |
2017-10-01T11:32:49.925-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: | |
2017-10-01T11:32:49.925-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: ----------------------------------------------------- | |
2017-10-01T11:32:49.925-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:49 [DEBUG] [aws-sdk-go] | |
2017-10-01T11:32:49.998-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:49 [TRACE] Preserving existing state lineage "85d6530c-f86e-4b16-8c6b-bb2b26a94f93" | |
2017-10-01T11:32:49.998-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:49 [TRACE] Preserving existing state lineage "85d6530c-f86e-4b16-8c6b-bb2b26a94f93" | |
2017-10-01T11:32:50.006-0400 [DEBUG] plugin.terraform-provider-terraform_v1.0.0_x4: 2017/10/01 11:32:50 [INFO] Resource 2017-10-01 15:32:50.003702691 +0000 UTC has dynamic attributes | |
ig)(0xc4202e2420), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:true, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2017/10/01 11:32:50 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_security_group.alb_access | |
2017/10/01 11:32:50 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"alb_access", Type:"aws_security_group", RawCount:(*config.RawConfig)(0xc4202cfe60), RawConfig:(*config.RawConfig)(0xc4202cfbc0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:true, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2017/10/01 11:32:50 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_security_group_rule.bastion_egress | |
2017/10/01 11:32:50 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"bastion_egress", Type:"aws_security_group_rule", RawCount:(*config.RawConfig)(0xc4202e27e0), RawConfig:(*config.RawConfig)(0xc4202e26c0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:true, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2017/10/01 11:32:50 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_security_group_rule.ec2_egress | |
2017/10/01 11:32:50 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"ec2_egress", Type:"aws_security_group_rule", RawCount:(*config.RawConfig)(0xc4202e2d80), RawConfig:(*config.RawConfig)(0xc4202e2c60), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:true, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2017/10/01 11:32:50 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.terraform_remote_state.vpc | |
2017/10/01 11:32:50 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"vpc", Type:"terraform_remote_state", RawCount:(*config.RawConfig)(0xc4202e30e0), RawConfig:(*config.RawConfig)(0xc4202e2f00), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2017/10/01 11:32:50 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_security_group.bastion_access | |
2017/10/01 11:32:50 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"bastion_access", Type:"aws_security_group", RawCount:(*config.RawConfig)(0xc4202cf620), RawConfig:(*config.RawConfig)(0xc4202cf380), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:true, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2017/10/01 11:32:50 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_security_group.api_gateway_access | |
2017/10/01 11:32:50 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"api_gateway_access", Type:"aws_security_group", RawCount:(*config.RawConfig)(0xc4202cfa40), RawConfig:(*config.RawConfig)(0xc4202cf7a0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:true, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2017/10/01 11:32:50 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer: | |
aws_security_group.alb_access - *terraform.NodePlannableResource | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResource | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
aws_security_group_rule.bastion_egress - *terraform.NodePlannableResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodePlannableResource | |
aws_security_group_rule.ec2_egress - *terraform.NodePlannableResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodePlannableResource | |
data.terraform_remote_state.vpc - *terraform.NodePlannableResource | |
output.alb_id - *terraform.NodeApplyableOutput | |
output.alb_name - *terraform.NodeApplyableOutput | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
output.bastion_id - *terraform.NodeApplyableOutput | |
output.bastion_name - *terraform.NodeApplyableOutput | |
output.ec2_id - *terraform.NodeApplyableOutput | |
output.ec2_name - *terraform.NodeApplyableOutput | |
2017/10/01 11:32:50 [DEBUG] Resource state not found for "aws_security_group_rule.ec2_ingress": aws_security_group_rule.ec2_ingress | |
2017/10/01 11:32:50 [DEBUG] Resource state not found for "aws_security_group.ec2_access": aws_security_group.ec2_access | |
2017/10/01 11:32:50 [DEBUG] Resource state not found for "aws_security_group_rule.bastion_ingress": aws_security_group_rule.bastion_ingress | |
2017/10/01 11:32:50 [DEBUG] Resource state not found for "aws_security_group.alb_access": aws_security_group.alb_access | |
2017/10/01 11:32:50 [DEBUG] Resource state not found for "aws_security_group_rule.bastion_egress": aws_security_group_rule.bastion_egress | |
2017/10/01 11:32:50 [DEBUG] Resource state not found for "aws_security_group_rule.ec2_egress": aws_security_group_rule.ec2_egress | |
2017/10/01 11:32:50 [DEBUG] Attaching resource state to "data.terraform_remote_state.vpc": &terraform.ResourceState{Type:"terraform_remote_state", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4204426e0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}} | |
2017/10/01 11:32:50 [DEBUG] Resource state not found for "aws_security_group.bastion_access": aws_security_group.bastion_access | |
2017/10/01 11:32:50 [DEBUG] Resource state not found for "aws_security_group.api_gateway_access": aws_security_group.api_gateway_access | |
on - *terraform.NodeRootVariable | |
pc_region - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
c_region - *terraform.NodeRootVariable | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "var.region" references: [] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "var.vpc_key" references: [] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "var.creator" references: [] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "aws_security_group_rule.ec2_ingress" references: [aws_security_group.bastion_access aws_security_group.ec2_access] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "output.bastion_name" references: [aws_security_group.bastion_access] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "output.api_gateway_name" references: [aws_security_group.api_gateway_access] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "output.alb_id" references: [aws_security_group.alb_access] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "var.vpc_region" references: [] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "var.freetext" references: [] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.region] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "aws_security_group.ec2_access" references: [data.terraform_remote_state.vpc var.creator var.environment var.freetext var.project] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "aws_security_group_rule.bastion_ingress" references: [aws_security_group.bastion_access var.bastion_ingress_cidr_blocks] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "aws_security_group.alb_access" references: [data.terraform_remote_state.vpc var.creator var.environment var.freetext var.project] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "output.ec2_id" references: [aws_security_group.ec2_access] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "aws_security_group.api_gateway_access" references: [data.terraform_remote_state.vpc var.creator var.environment var.freetext var.project] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "output.api_gateway_id" references: [aws_security_group.api_gateway_access] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "output.ec2_name" references: [aws_security_group.ec2_access] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "var.project" references: [] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "var.environment" references: [] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "provider.terraform" references: [] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "output.bastion_id" references: [aws_security_group.bastion_access] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "output.alb_name" references: [aws_security_group.alb_access] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "var.vpc_bucket" references: [] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "var.bastion_ingress_cidr_blocks" references: [] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "aws_security_group_rule.bastion_egress" references: [aws_security_group.bastion_access] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "aws_security_group_rule.ec2_egress" references: [aws_security_group.ec2_access] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "data.terraform_remote_state.vpc" references: [var.vpc_bucket var.vpc_key var.vpc_region] | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "aws_security_group.bastion_access" references: [data.terraform_remote_state.vpc var.creator var.environment var.freetext var.project] | |
aform.NodePlannableResource | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group_rule.ec2_ingress - *terraform.NodePlannableResource | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
data.terraform_remote_state.vpc - *terraform.NodePlannableResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
output.alb_id - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodePlannableResource | |
output.alb_name - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodePlannableResource | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResource | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResource | |
output.bastion_id - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
output.bastion_name - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
output.ec2_id - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
output.ec2_name - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.region - *terraform.NodeRootVariable | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
terraform.NodePlannableResource | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group_rule.ec2_ingress - *terraform.NodePlannableResource | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
data.terraform_remote_state.vpc - *terraform.NodePlannableResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_security_group.alb_access - *terraform.NodePlannableResource | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResource | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
aws_security_group_rule.bastion_egress - *terraform.NodePlannableResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodePlannableResource | |
aws_security_group_rule.ec2_egress - *terraform.NodePlannableResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodePlannableResource | |
data.terraform_remote_state.vpc - *terraform.NodePlannableResource | |
output.alb_id - *terraform.NodeApplyableOutput | |
output.alb_name - *terraform.NodeApplyableOutput | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
output.bastion_id - *terraform.NodeApplyableOutput | |
output.bastion_name - *terraform.NodeApplyableOutput | |
output.ec2_id - *terraform.NodeApplyableOutput | |
output.ec2_name - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
output.alb_id - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodePlannableResource | |
output.alb_name - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodePlannableResource | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResource | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResource | |
output.bastion_id - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
output.bastion_name - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
output.ec2_id - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
output.ec2_name - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.region - *terraform.NodeRootVariable | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
orm.NodePlannableResource | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group_rule.ec2_ingress - *terraform.NodePlannableResource | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
data.terraform_remote_state.vpc - *terraform.NodePlannableResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_security_group.alb_access - *terraform.NodePlannableResource | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResource | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
aws_security_group_rule.bastion_egress - *terraform.NodePlannableResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodePlannableResource | |
aws_security_group_rule.ec2_egress - *terraform.NodePlannableResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodePlannableResource | |
data.terraform_remote_state.vpc - *terraform.NodePlannableResource | |
output.alb_id - *terraform.NodeApplyableOutput | |
output.alb_name - *terraform.NodeApplyableOutput | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
output.bastion_id - *terraform.NodeApplyableOutput | |
output.bastion_name - *terraform.NodeApplyableOutput | |
output.ec2_id - *terraform.NodeApplyableOutput | |
output.ec2_name - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraterraform.NodeApplyableProvider | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResource | |
data.terraform_remote_state.vpc - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
data.terraform_remote_state.vpc - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
data.terraform_remote_state.vpc - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
aws_security_group_rule.bastion_egress - *terraform.NodePlannableResource | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group_rule.bastion_ingress - *terraform.NodePlannableResource | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
aws_security_group_rule.ec2_egress - *terraform.NodePlannableResource | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group_rule.ec2_ingress - *terraform.NodePlannableResource | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
data.terraform_remote_state.vpc - *terraform.NodePlannableResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_security_group.alb_access - *terraform.NodePlannableResource | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResource | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
aws_security_group_rule.bastion_egress - *terraform.NodePlannableResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodePlannableResource | |
aws_security_group_rule.ec2_egress - *terraform.NodePlannableResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodePlannableResource | |
data.terraform_remote_state.vpc - *terraform.NodePlannableResource | |
output.alb_id - *terraform.NodeApplyableOutput | |
output.alb_name - *terraform.NodeApplyableOutput | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
output.bastion_id - *terraform.NodeApplyableOutput | |
output.bastion_name - *terraform.NodeApplyableOutput | |
output.ec2_id - *terraform.NodeApplyableOutput | |
output.ec2_name - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
output.alb_id - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodePlannableResource | |
output.alb_name - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodePlannableResource | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResource | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResource | |
output.bastion_id - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
output.bastion_name - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
output.ec2_id - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
output.ec2_name - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_security_group.alb_access - *terraform.NodePlannableResource | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResource | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
aws_security_group_rule.bastion_egress - *terraform.NodePlannableResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodePlannableResource | |
aws_security_group_rule.ec2_egress - *terraform.NodePlannableResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.terraform - *terraform.NodeApplyableProvider | |
provider.terraform (close) - *terraform.graphNodeCloseProvider | |
data.terraform_remote_state.vpc - *terraform.NodePlannableResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
- *terraform.NodePlannableResource | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group_rule.ec2_ingress - *terraform.NodePlannableResource | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
data.terraform_remote_state.vpc - *terraform.NodePlannableResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_security_group.alb_access - *terraform.NodePlannableResource | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResource | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
aws_security_group_rule.bastion_egress - *terraform.NodePlannableResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodePlannableResource | |
aws_security_group_rule.ec2_egress - *terraform.NodePlannableResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodePlannableResource | |
data.terraform_remote_state.vpc - *terraform.NodePlannableResource | |
output.alb_id - *terraform.NodeApplyableOutput | |
output.alb_name - *terraform.NodeApplyableOutput | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
output.bastion_id - *terraform.NodeApplyableOutput | |
output.bastion_name - *terraform.NodeApplyableOutput | |
output.ec2_id - *terraform.NodeApplyableOutput | |
output.ec2_name - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
output.alb_id - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodePlannableResource | |
output.alb_name - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodePlannableResource | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResource | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResource | |
output.bastion_id - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
output.bastion_name - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
output.ec2_id - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
output.ec2_name - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_security_group.alb_access - *terraform.NodePlannableResource | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResource | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
aws_security_group_rule.bastion_egress - *terraform.NodePlannableResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodePlannableResource | |
aws_security_group_rule.ec2_egress - *terraform.NodePlannableResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.terraform - *terraform.NodeApplyableProvider | |
provider.terraform (close) - *terraform.graphNodeCloseProvider | |
data.terraform_remote_state.vpc - *terraform.NodePlannableResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
.NodePlannableResource | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group_rule.ec2_ingress - *terraform.NodePlannableResource | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
data.terraform_remote_state.vpc - *terraform.NodePlannableResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_security_group.alb_access - *terraform.NodePlannableResource | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResource | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
aws_security_group_rule.bastion_egress - *terraform.NodePlannableResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodePlannableResource | |
aws_security_group_rule.ec2_egress - *terraform.NodePlannableResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodePlannableResource | |
data.terraform_remote_state.vpc - *terraform.NodePlannableResource | |
output.alb_id - *terraform.NodeApplyableOutput | |
output.alb_name - *terraform.NodeApplyableOutput | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
output.bastion_id - *terraform.NodeApplyableOutput | |
output.bastion_name - *terraform.NodeApplyableOutput | |
output.ec2_id - *terraform.NodeApplyableOutput | |
output.ec2_name - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
output.alb_id - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodePlannableResource | |
output.alb_name - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodePlannableResource | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResource | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResource | |
output.bastion_id - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
output.bastion_name - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
output.ec2_id - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
output.ec2_name - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_security_group.alb_access - *terraform.NodePlannableResource | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResource | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
aws_security_group_rule.bastion_egress - *terraform.NodePlannableResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodePlannableResource | |
aws_security_group_rule.ec2_egress - *terraform.NodePlannableResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.terraform - *terraform.NodeApplyableProvider | |
provider.terraform (close) - *terraform.graphNodeCloseProvider | |
data.terraform_remote_state.vpc - *terraform.NodePlannableResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
provider.terraform (close) - *terraform.graphNodeCloseProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
urce | |
aws_security_group_rule.ec2_ingress - *terraform.NodePlannableResource | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
data.terraform_remote_state.vpc - *terraform.NodePlannableResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_security_group_rule.bastion_egress - *terraform.NodePlannableResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodePlannableResource | |
aws_security_group_rule.ec2_egress - *terraform.NodePlannableResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodePlannableResource | |
output.alb_id - *terraform.NodeApplyableOutput | |
output.alb_name - *terraform.NodeApplyableOutput | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
output.bastion_id - *terraform.NodeApplyableOutput | |
output.bastion_name - *terraform.NodeApplyableOutput | |
output.ec2_id - *terraform.NodeApplyableOutput | |
output.ec2_name - *terraform.NodeApplyableOutput | |
output.alb_id - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodePlannableResource | |
output.alb_name - *terraform.NodeApplyableOutput | |
aws_security_group.alb_access - *terraform.NodePlannableResource | |
output.api_gateway_id - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResource | |
output.api_gateway_name - *terraform.NodeApplyableOutput | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResource | |
output.bastion_id - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
output.bastion_name - *terraform.NodeApplyableOutput | |
aws_security_group.bastion_access - *terraform.NodePlannableResource | |
output.ec2_id - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
output.ec2_name - *terraform.NodeApplyableOutput | |
aws_security_group.ec2_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_security_group.alb_access - *terraform.NodePlannableResource | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResource | |
aws_security_group_rule.bastion_egress - *terraform.NodePlannableResource | |
aws_security_group_rule.bastion_ingress - *terraform.NodePlannableResource | |
aws_security_group_rule.ec2_egress - *terraform.NodePlannableResource | |
aws_security_group_rule.ec2_ingress - *terraform.NodePlannableResource | |
provider.terraform - *terraform.NodeApplyableProvider | |
provider.terraform (close) - *terraform.graphNodeCloseProvider | |
data.terraform_remote_state.vpc - *terraform.NodePlannableResource | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
provider.terraform (close) - *terraform.graphNodeCloseProvider | |
var.bastion_ingress_cidr_blocks - *terraform.NodeRootVariable | |
var.creator - *terraform.NodeRootVariable | |
var.environment - *terraform.NodeRootVariable | |
var.freetext - *terraform.NodeRootVariable | |
var.project - *terraform.NodeRootVariable | |
var.region - *terraform.NodeRootVariable | |
var.vpc_bucket - *terraform.NodeRootVariable | |
var.vpc_key - *terraform.NodeRootVariable | |
var.vpc_region - *terraform.NodeRootVariable | |
2017/10/01 11:32:50 [DEBUG] Starting graph walk: walkPlan | |
2017/10/01 11:32:50 [DEBUG] Attaching resource state to "data.terraform_remote_state.vpc": &terraform.ResourceState{Type:"terraform_remote_state", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4204426e0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}} | |
2017/10/01 11:32:50 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
data.terraform_remote_state.vpc - *terraform.NodePlannableResourceInstance | |
2017/10/01 11:32:50 [TRACE] Graph after step *terraform.TargetsTransformer: | |
data.terraform_remote_state.vpc - *terraform.NodePlannableResourceInstance | |
2017/10/01 11:32:50 [DEBUG] ReferenceTransformer: "data.terraform_remote_state.vpc" references: [] | |
2017/10/01 11:32:50 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
data.terraform_remote_state.vpc - *terraform.NodePlannableResourceInstance | |
2017-10-01T11:32:50.028-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: 2017/10/01 11:32:50 [INFO] No assume_role block read from configuration | |
2017-10-01T11:32:50.028-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: 2017/10/01 11:32:50 [INFO] Building AWS region structure | |
2017-10-01T11:32:50.028-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: 2017/10/01 11:32:50 [INFO] Building AWS auth structure | |
2017-10-01T11:32:50.028-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: 2017/10/01 11:32:50 [INFO] Setting AWS metadata API timeout to 100ms | |
2017-10-01T11:32:50.714-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: 2017/10/01 11:32:50 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id | |
2017-10-01T11:32:50.715-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: 2017/10/01 11:32:50 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2017-10-01T11:32:50.715-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: 2017/10/01 11:32:50 [INFO] Initializing DeviceFarm SDK connection | |
2017-10-01T11:32:50.719-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: 2017/10/01 11:32:50 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2017-10-01T11:32:50.719-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2017-10-01T11:32:50.719-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: POST / HTTP/1.1 | |
2017-10-01T11:32:50.719-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Host: sts.amazonaws.com | |
2017-10-01T11:32:50.719-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: User-Agent: aws-sdk-go/1.10.51 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev | |
2017-10-01T11:32:50.719-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Content-Length: 43 | |
2017-10-01T11:32:50.719-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJDOM7WW6UALVPJ2A/20171001/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=cf986f441f65e03fde524d791594ee9e5b2fd7ffcf554cf0eb77a78f255e6ef0 | |
2017-10-01T11:32:50.719-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2017-10-01T11:32:50.719-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: X-Amz-Date: 20171001T153250Z | |
2017-10-01T11:32:50.719-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Accept-Encoding: gzip | |
2017-10-01T11:32:50.719-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: | |
2017-10-01T11:32:50.720-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2017-10-01T11:32:50.720-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: ----------------------------------------------------- | |
2017-10-01T11:32:50.912-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: 2017/10/01 11:32:50 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2017-10-01T11:32:50.912-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2017-10-01T11:32:50.912-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: HTTP/1.1 200 OK | |
2017-10-01T11:32:50.912-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Connection: close | |
2017-10-01T11:32:50.912-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Content-Length: 402 | |
2017-10-01T11:32:50.912-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Content-Type: text/xml | |
2017-10-01T11:32:50.912-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Date: Sun, 01 Oct 2017 15:32:50 GMT | |
2017-10-01T11:32:50.912-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: X-Amzn-Requestid: c8f88760-a6bd-11e7-8374-239b914b16f4 | |
2017-10-01T11:32:50.912-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: | |
2017-10-01T11:32:50.912-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: | |
2017-10-01T11:32:50.912-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: ----------------------------------------------------- | |
2017-10-01T11:32:50.912-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: 2017/10/01 11:32:50 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2017-10-01T11:32:50.912-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: <GetCallerIdentityResult> | |
2017-10-01T11:32:50.912-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: <Arn>arn:aws:iam::037083514056:user/rkurr</Arn> | |
2017-10-01T11:32:50.912-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: <UserId>AIDAIOIWRMSUVCXTVOCQG</UserId> | |
2017-10-01T11:32:50.912-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: <Account>037083514056</Account> | |
2017-10-01T11:32:50.912-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: </GetCallerIdentityResult> | |
2017-10-01T11:32:50.912-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: <ResponseMetadata> | |
2017-10-01T11:32:50.912-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: <RequestId>c8f88760-a6bd-11e7-8374-239b914b16f4</RequestId> | |
2017-10-01T11:32:50.912-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: </ResponseMetadata> | |
2017-10-01T11:32:50.912-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: </GetCallerIdentityResponse> | |
2017-10-01T11:32:50.912-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: 2017/10/01 11:32:50 [DEBUG] Trying to get account ID via iam:GetUser | |
2017-10-01T11:32:50.914-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: 2017/10/01 11:32:50 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details: | |
2017-10-01T11:32:50.914-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2017-10-01T11:32:50.914-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: POST / HTTP/1.1 | |
2017-10-01T11:32:50.914-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Host: iam.amazonaws.com | |
2017-10-01T11:32:50.914-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: User-Agent: aws-sdk-go/1.10.51 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev | |
2017-10-01T11:32:50.914-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Content-Length: 33 | |
2017-10-01T11:32:50.914-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJDOM7WW6UALVPJ2A/20171001/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=5b8db3339addd2976d279f89e28e06db7f86ab98b49b278a40a5b6eccb1c3bf0 | |
2017-10-01T11:32:50.914-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2017-10-01T11:32:50.914-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: X-Amz-Date: 20171001T153250Z | |
2017-10-01T11:32:50.914-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Accept-Encoding: gzip | |
2017-10-01T11:32:50.914-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: | |
2017-10-01T11:32:50.914-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Action=GetUser&Version=2010-05-08 | |
2017-10-01T11:32:50.914-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: ----------------------------------------------------- | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: 2017/10/01 11:32:51 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details: | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: HTTP/1.1 200 OK | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Connection: close | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Content-Length: 523 | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Content-Type: text/xml | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Date: Sun, 01 Oct 2017 15:32:50 GMT | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: X-Amzn-Requestid: c90e59d4-a6bd-11e7-a5eb-1b355a02fa25 | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: ----------------------------------------------------- | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: 2017/10/01 11:32:51 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: <GetUserResult> | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: <User> | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: <Path>/</Path> | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: <PasswordLastUsed>2017-10-01T13:07:49Z</PasswordLastUsed> | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: <UserName>rkurr</UserName> | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: <Arn>arn:aws:iam::037083514056:user/rkurr</Arn> | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: <UserId>AIDAIOIWRMSUVCXTVOCQG</UserId> | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: <CreateDate>2017-08-23T20:21:40Z</CreateDate> | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: </User> | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: </GetUserResult> | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: <ResponseMetadata> | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: <RequestId>c90e59d4-a6bd-11e7-a5eb-1b355a02fa25</RequestId> | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: </ResponseMetadata> | |
2017-10-01T11:32:51.070-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: </GetUserResponse> | |
2017-10-01T11:32:51.072-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: 2017/10/01 11:32:51 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
2017-10-01T11:32:51.073-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2017-10-01T11:32:51.073-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: POST / HTTP/1.1 | |
2017-10-01T11:32:51.073-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2017-10-01T11:32:51.073-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: User-Agent: aws-sdk-go/1.10.51 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev | |
2017-10-01T11:32:51.073-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Content-Length: 87 | |
2017-10-01T11:32:51.073-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJDOM7WW6UALVPJ2A/20171001/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=7504d41a24a2160380fc264b62bdfbbc500abecc68f105ddd552383a031ab95e | |
2017-10-01T11:32:51.073-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2017-10-01T11:32:51.073-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: X-Amz-Date: 20171001T153251Z | |
2017-10-01T11:32:51.073-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Accept-Encoding: gzip | |
2017-10-01T11:32:51.073-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: | |
2017-10-01T11:32:51.073-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
2017-10-01T11:32:51.073-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: ----------------------------------------------------- | |
2017-10-01T11:32:51.591-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: 2017/10/01 11:32:51 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
2017-10-01T11:32:51.591-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2017-10-01T11:32:51.591-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: HTTP/1.1 200 OK | |
2017-10-01T11:32:51.591-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Connection: close | |
2017-10-01T11:32:51.592-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Transfer-Encoding: chunked | |
2017-10-01T11:32:51.592-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2017-10-01T11:32:51.592-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Date: Sun, 01 Oct 2017 15:32:51 GMT | |
2017-10-01T11:32:51.592-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Server: AmazonEC2 | |
2017-10-01T11:32:51.592-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: Vary: Accept-Encoding | |
2017-10-01T11:32:51.592-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: | |
2017-10-01T11:32:51.592-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: | |
2017-10-01T11:32:51.592-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: ----------------------------------------------------- | |
2017-10-01T11:32:51.592-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: 2017/10/01 11:32:51 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2017-10-01T11:32:51.592-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2017-10-01T11:32:51.592-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: <requestId>2ff52cae-26bd-4b10-9785-8a3b7510fbd3</requestId> | |
2017-10-01T11:32:51.592-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: <accountAttributeSet> | |
2017-10-01T11:32:51.592-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: <item> | |
2017-10-01T11:32:51.592-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: <attributeName>supported-platforms</attributeName> | |
2017-10-01T11:32:51.592-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: <attributeValueSet> | |
2017-10-01T11:32:51.592-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: <item> | |
2017-10-01T11:32:51.592-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: <attributeValue>VPC</attributeValue> | |
2017-10-01T11:32:51.592-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: </item> | |
2017-10-01T11:32:51.592-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: </attributeValueSet> | |
2017-10-01T11:32:51.592-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: </item> | |
2017-10-01T11:32:51.592-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: </accountAttributeSet> | |
2017-10-01T11:32:51.592-0400 [DEBUG] plugin.terraform-provider-aws_v1.0.0_x4: </DescribeAccountAttributesResponse> | |
2017/10/01 11:32:51 [DEBUG] Resource state not found for "aws_security_group.bastion_access": aws_security_group.bastion_access | |
2017/10/01 11:32:51 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_security_group.bastion_access - *terraform.NodePlannableResourceInstance | |
2017/10/01 11:32:51 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_security_group.bastion_access - *terraform.NodePlannableResourceInstance | |
2017/10/01 11:32:51 [DEBUG] ReferenceTransformer: "aws_security_group.bastion_access" references: [] | |
2017/10/01 11:32:51 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_security_group.bastion_access - *terraform.NodePlannableResourceInstance | |
2017/10/01 11:32:51 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_security_group.bastion_access - *terraform.NodePlannableResourceInstance | |
2017/10/01 11:32:51 [DEBUG] Resource state not found for "aws_security_group.api_gateway_access": aws_security_group.api_gateway_access | |
2017/10/01 11:32:51 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResourceInstance | |
2017/10/01 11:32:51 [DEBUG] ReferenceTransformer: "aws_security_group.api_gateway_access" references: [] | |
2017/10/01 11:32:51 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_security_group.api_gateway_access - *terraform.NodePlannableResourceInstance | |
2017/10/01 11:32:51 [ERROR] root: eval: *terraform.EvalInterpolate, err: Resource 'data.terraform_remote_state.vpc' does not have attribute 'vpc_id' for variable 'data.terraform_remote_state.vpc.vpc_id' | |
2017/10/01 11:32:51 [ERROR] root: eval: *terraform.EvalSequence, err: Resource 'data.terraform_remote_state.vpc' does not have attribute 'vpc_id' for variable 'data.terraform_remote_state.vpc.vpc_id' | |
2017/10/01 11:32:51 [TRACE] [walkPlan] Exiting eval tree: aws_security_group.api_gateway_access | |
2017-10-01T11:32:51.597-0400 [DEBUG] plugin: plugin process exited: path=/home/vagrant/GitHub/terraform-aws-security-groups/.terraform/plugins/linux_amd64/terraform-provider-terraform_v1.0.0_x4 | |
2017-10-01T11:32:51.599-0400 [DEBUG] plugin: plugin process exited: path=/home/vagrant/GitHub/terraform-aws-security-groups/.terraform/plugins/linux_amd64/terraform-provider-aws_v1.0.0_x4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment