coreos / tectonic-docs

Tectonic documentation - https://coreos.com/tectonic/docs/latest/
Apache License 2.0
42 stars 49 forks source link

docs: Update AWS policy to allow access to ec2:DescribeVpcClassicLinkDnsSupport #39

Closed dcondomitti closed 6 years ago

dcondomitti commented 6 years ago

Terraform 0.10 requires ec2:DescribeVpcClassicLinkDnsSupport when describing VPCs.

https://github.com/terraform-providers/terraform-provider-aws/commit/063939ee0239fe9a3497dc32ba94f19189c0666f

2017/09/27 19:01:47 [ERROR] root.vpc: eval: *terraform.EvalRefresh, err: aws_vpc.new_vpc: UnauthorizedOperation: You are not authorized to perform this operation.
    status code: 403, request id: 2d268ebb-f771-4475-aaa7-cecc9354438e
2017/09/27 19:01:47 [ERROR] root.vpc: eval: *terraform.EvalSequence, err: aws_vpc.new_vpc: UnauthorizedOperation: You are not authorized to perform this operation.
    status code: 403, request id: 2d268ebb-f771-4475-aaa7-cecc9354438e
2017/09/27 19:01:47 [TRACE] [walkRefresh] Exiting eval tree: module.vpc.aws_vpc.new_vpc
2017-09-27T19:04:54.917Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-27T19:04:54.917Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: POST / HTTP/1.1
2017-09-27T19:04:54.917Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: ec2.us-west-2.amazonaws.com
2017-09-27T19:04:54.917Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-27T19:04:54.917Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 80
2017-09-27T19:04:54.917Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 X
2017-09-27T19:04:54.917Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-09-27T19:04:54.917Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170927T190454Z
2017-09-27T19:04:54.917Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Security-Token: X
2017-09-27T19:04:54.917Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-27T19:04:54.917Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-27T19:04:54.917Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Action=DescribeVpcClassicLinkDnsSupport&Version=2016-11-15&VpcIds.1=vpc-36304450
2017-09-27T19:04:54.917Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-27T19:04:54.931Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/27 19:04:54 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcClassicLinkDnsSupport Details:
2017-09-27T19:04:54.931Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-27T19:04:54.931Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 403 Forbidden
2017-09-27T19:04:54.931Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-27T19:04:54.931Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Transfer-Encoding: chunked
2017-09-27T19:04:54.931Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Wed, 27 Sep 2017 19:04:54 GMT
2017-09-27T19:04:54.931Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Server: AmazonEC2
2017-09-27T19:04:54.931Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-27T19:04:54.931Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-27T19:04:54.931Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-27T19:04:54.931Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/27 19:04:54 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-09-27T19:04:54.931Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <Response><Errors><Error><Code>UnauthorizedOperation</Code><Message>You are not authorized to perform this operation.</Message></Error></Errors><RequestID>4b4f9897-634b-45ea-a4c6-9d93cd371f81</RequestID></Response>
2017-09-27T19:04:54.931Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/27 19:04:54 [DEBUG] [aws-sdk-go] DEBUG: Validate Response ec2/DescribeVpcClassicLinkDnsSupport failed, not retrying, error UnauthorizedOperation: You are not authorized to perform this operation.
2017-09-27T19:04:54.931Z [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:   status code: 403, request id: 4b4f9897-634b-45ea-a4c6-9d93cd371f81
2017/09/27 19:04:54 [ERROR] root.vpc: eval: *terraform.EvalRefresh, err: aws_vpc.new_vpc: UnauthorizedOperation: You are not authorized to perform this operation.
  status code: 403, request id: 4b4f9897-634b-45ea-a4c6-9d93cd371f81
2017/09/27 19:04:54 [ERROR] root.vpc: eval: *terraform.EvalSequence, err: aws_vpc.new_vpc: UnauthorizedOperation: You are not authorized to perform this operation.
  status code: 403, request id: 4b4f9897-634b-45ea-a4c6-9d93cd371f81
2017/09/27 19:04:54 [TRACE] [walkRefresh] Exiting eval tree: module.vpc.aws_vpc.new_vpc