Skip to content

Instantly share code, notes, and snippets.

@oderby
Created March 22, 2019 23:28
Show Gist options
  • Save oderby/018a10df499e2128b6441d7cbc17b425 to your computer and use it in GitHub Desktop.
Save oderby/018a10df499e2128b6441d7cbc17b425 to your computer and use it in GitHub Desktop.
2019/03/22 16:19:46 [INFO] Terraform version: 0.11.13
2019/03/22 16:19:46 [INFO] Go runtime version: go1.11.5
2019/03/22 16:19:46 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply", "-auto-approve"}
2019/03/22 16:19:46 [DEBUG] Attempting to open CLI config file: /home/ocderby/.terraformrc
2019/03/22 16:19:46 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/03/22 16:19:46 [INFO] CLI command args: []string{"apply", "-auto-approve"}
2019/03/22 16:19:46 [INFO] Building AWS region structure
2019/03/22 16:19:46 [INFO] Building AWS auth structure
2019/03/22 16:19:46 [INFO] Setting AWS metadata API timeout to 100ms
2019/03/22 16:19:46 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2019/03/22 16:19:46 [INFO] AWS Auth provider used: "EnvProvider"
2019/03/22 16:19:46 [INFO] Initializing DeviceFarm SDK connection
2019/03/22 16:19:46 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019/03/22 16:19:47 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019/03/22 16:19:47 [DEBUG] Trying to get account ID via iam:GetUser
2019/03/22 16:19:47 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2019/03/22 16:19:47 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2019/03/22 16:19:47 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2019/03/22 16:19:48 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2019/03/22 16:19:48 [INFO] command: backend initialized: *s3.Backend
2019/03/22 16:19:48 [DEBUG] checking for provider in "."
2019/03/22 16:19:48 [DEBUG] checking for provider in "/usr/local/bin"
2019/03/22 16:19:48 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64"
2019/03/22 16:19:48 [DEBUG] checking for provider in "/home/ocderby/.terraform.d/plugins"
2019/03/22 16:19:48 [WARN] found legacy provider "terraform-provider-auth0"
2019/03/22 16:19:48 [DEBUG] found valid plugin: "auth0", "0.0.0", "/home/ocderby/.terraform.d/plugins/terraform-provider-auth0"
2019/03/22 16:19:48 [DEBUG] checking for provisioner in "."
2019/03/22 16:19:48 [DEBUG] checking for provisioner in "/usr/local/bin"
2019/03/22 16:19:48 [DEBUG] checking for provisioner in ".terraform/plugins/linux_amd64"
2019/03/22 16:19:48 [DEBUG] checking for provisioner in "/home/ocderby/.terraform.d/plugins"
2019/03/22 16:19:48 [INFO] command: backend *s3.Backend is not enhanced, wrapping in local
2019/03/22 16:19:48 [INFO] backend/local: starting Apply operation
2019/03/22 16:19:48 [DEBUG] [aws-sdk-go] DEBUG: Response s3/ListObjects Details:
2019/03/22 16:19:48 [DEBUG] [aws-sdk-go] DEBUG: Request dynamodb/PutItem Details:
2019/03/22 16:19:48 [DEBUG] [aws-sdk-go] DEBUG: Response dynamodb/PutItem Details:
2019/03/22 16:19:48 [DEBUG] [aws-sdk-go] {}
2019/03/22 16:19:48 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetObject Details:
2019/03/22 16:19:49 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetObject Details:
2019/03/22 16:19:49 [DEBUG] [aws-sdk-go]
2019/03/22 16:19:49 [DEBUG] [aws-sdk-go] DEBUG: Request dynamodb/GetItem Details:
2019/03/22 16:19:49 [DEBUG] [aws-sdk-go] DEBUG: Response dynamodb/GetItem Details:
2019/03/22 16:19:49 [INFO] terraform: building graph: GraphTypeInput
2019/03/22 16:19:49 [DEBUG] Attaching resource state to "module.mds-api-auth.auth0_resource_server.mds_api": &terraform.ResourceState{Type:"auth0_resource_server", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc00056ab40), Deposed:[]*terraform.InstanceState{}, Provider:"provider.auth0", mu:sync.Mutex{state:0, sema:0x0}}
2019/03/22 16:19:49 [DEBUG] Resource state not found for "module.mds-api-auth.auth0_client.mds_provider": module.mds-api-auth.auth0_client.mds_provider
2019/03/22 16:19:49 [DEBUG] Resource state not found for "module.mds-api-auth.auth0_client_grant.mds_provider": module.mds-api-auth.auth0_client_grant.mds_provider
2019/03/22 16:19:49 [DEBUG] resource module.mds-api-auth.auth0_resource_server.mds_api using provider provider.auth0
2019/03/22 16:19:49 [DEBUG] resource module.mds-api-auth.auth0_client.mds_provider using provider provider.auth0
2019/03/22 16:19:49 [DEBUG] resource module.mds-api-auth.auth0_client_grant.mds_provider using provider provider.auth0
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.var.providers_map" references: []
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.auth0_resource_server.mds_api" references: [module.mds-api-auth.var.audience]
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.auth0_client.mds_provider" references: []
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.auth0_client_grant.mds_provider" references: [module.mds-api-auth.auth0_client.mds_provider module.mds-api-auth.auth0_resource_server.mds_api module.mds-api-auth.local.provider_names]
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.local.provider_names" references: [module.mds-api-auth.var.providers_map]
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.local.provider_ids" references: [module.mds-api-auth.var.providers_map]
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "provider.auth0" references: []
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.var.audience" references: []
ient.mds_provider - *terraform.NodeAbstractResource
module.mds-api-auth.auth0_client_grant.mds_provider - *terraform.NodeAbstractResource
module.mds-api-auth.auth0_resource_server.mds_api - *terraform.NodeAbstractResource
provider.auth0 - *terraform.NodeApplyableProvider
_client.mds_provider - *terraform.NodeAbstractResource
module.mds-api-auth.auth0_client_grant.mds_provider - *terraform.NodeAbstractResource
module.mds-api-auth.auth0_resource_server.mds_api - *terraform.NodeAbstractResource
provider.auth0 - *terraform.NodeApplyableProvider
provider - *terraform.NodeAbstractResource
module.mds-api-auth.auth0_client_grant.mds_provider - *terraform.NodeAbstractResource
module.mds-api-auth.auth0_resource_server.mds_api - *terraform.NodeAbstractResource
provider.auth0 - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.auth0 (close) - *terraform.graphNodeCloseProvider
2019/03/22 16:19:49 [DEBUG] Starting graph walk: walkInput
2019-03-22T16:19:49.580-0700 [DEBUG] plugin: starting plugin: path=/home/ocderby/.terraform.d/plugins/terraform-provider-auth0 args=[/home/ocderby/.terraform.d/plugins/terraform-provider-auth0]
2019-03-22T16:19:49.581-0700 [DEBUG] plugin: waiting for RPC address: path=/home/ocderby/.terraform.d/plugins/terraform-provider-auth0
2019-03-22T16:19:49.585-0700 [DEBUG] plugin.terraform-provider-auth0: plugin address: timestamp=2019-03-22T16:19:49.585-0700 address=/tmp/plugin052414008 network=unix
2019/03/22 16:19:49 [INFO] terraform: building graph: GraphTypeValidate
2019/03/22 16:19:49 [DEBUG] Resource state not found for "module.mds-api-auth.auth0_client.mds_provider": module.mds-api-auth.auth0_client.mds_provider
2019/03/22 16:19:49 [DEBUG] Resource state not found for "module.mds-api-auth.auth0_client_grant.mds_provider": module.mds-api-auth.auth0_client_grant.mds_provider
2019/03/22 16:19:49 [DEBUG] Attaching resource state to "module.mds-api-auth.auth0_resource_server.mds_api": &terraform.ResourceState{Type:"auth0_resource_server", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc00056ab40), Deposed:[]*terraform.InstanceState{}, Provider:"provider.auth0", mu:sync.Mutex{state:0, sema:0x0}}
2019/03/22 16:19:49 [DEBUG] resource module.mds-api-auth.auth0_client.mds_provider using provider provider.auth0
2019/03/22 16:19:49 [DEBUG] resource module.mds-api-auth.auth0_client_grant.mds_provider using provider provider.auth0
2019/03/22 16:19:49 [DEBUG] resource module.mds-api-auth.auth0_resource_server.mds_api using provider provider.auth0
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.local.provider_names" references: [module.mds-api-auth.var.providers_map]
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.local.provider_ids" references: [module.mds-api-auth.var.providers_map]
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "provider.auth0" references: []
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.var.audience" references: []
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.var.providers_map" references: []
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.auth0_resource_server.mds_api" references: [module.mds-api-auth.var.audience]
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.auth0_client.mds_provider" references: []
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.auth0_client_grant.mds_provider" references: [module.mds-api-auth.auth0_client.mds_provider module.mds-api-auth.auth0_resource_server.mds_api module.mds-api-auth.local.provider_names]
le.mds-api-auth.auth0_client.mds_provider - *terraform.NodeValidatableResource
module.mds-api-auth.auth0_client_grant.mds_provider - *terraform.NodeValidatableResource
module.mds-api-auth.auth0_resource_server.mds_api - *terraform.NodeValidatableResource
provider.auth0 - *terraform.NodeApplyableProvider
odule.mds-api-auth.auth0_client.mds_provider - *terraform.NodeValidatableResource
module.mds-api-auth.auth0_client_grant.mds_provider - *terraform.NodeValidatableResource
module.mds-api-auth.auth0_resource_server.mds_api - *terraform.NodeValidatableResource
provider.auth0 - *terraform.NodeApplyableProvider
i-auth.auth0_client.mds_provider - *terraform.NodeValidatableResource
module.mds-api-auth.auth0_client_grant.mds_provider - *terraform.NodeValidatableResource
module.mds-api-auth.auth0_resource_server.mds_api - *terraform.NodeValidatableResource
provider.auth0 - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.auth0 (close) - *terraform.graphNodeCloseProvider
2019/03/22 16:19:49 [DEBUG] Starting graph walk: walkValidate
2019/03/22 16:19:49 [INFO] backend/local: apply calling Refresh
2019/03/22 16:19:49 [INFO] terraform: building graph: GraphTypeRefresh
2019/03/22 16:19:49 [DEBUG] Resource state not found for "module.mds-api-auth.auth0_client.mds_provider": module.mds-api-auth.auth0_client.mds_provider
2019/03/22 16:19:49 [DEBUG] Resource state not found for "module.mds-api-auth.auth0_client_grant.mds_provider": module.mds-api-auth.auth0_client_grant.mds_provider
2019/03/22 16:19:49 [DEBUG] Attaching resource state to "module.mds-api-auth.auth0_resource_server.mds_api": &terraform.ResourceState{Type:"auth0_resource_server", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0001dc9b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.auth0", mu:sync.Mutex{state:0, sema:0x0}}
2019/03/22 16:19:49 [DEBUG] resource module.mds-api-auth.auth0_client_grant.mds_provider using provider provider.auth0
2019/03/22 16:19:49 [DEBUG] resource module.mds-api-auth.auth0_resource_server.mds_api using provider provider.auth0
2019/03/22 16:19:49 [DEBUG] resource module.mds-api-auth.auth0_client.mds_provider using provider provider.auth0
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.local.provider_ids" references: [module.mds-api-auth.var.providers_map]
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.var.audience" references: []
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.var.providers_map" references: []
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.auth0_resource_server.mds_api" references: [module.mds-api-auth.var.audience]
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.auth0_client.mds_provider" references: []
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.auth0_client_grant.mds_provider" references: [module.mds-api-auth.auth0_client.mds_provider module.mds-api-auth.auth0_resource_server.mds_api module.mds-api-auth.local.provider_names]
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "provider.auth0" references: []
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.local.provider_names" references: [module.mds-api-auth.var.providers_map]
2019/03/22 16:19:49 [DEBUG] Starting graph walk: walkRefresh
2019/03/22 16:19:49 [DEBUG] Resource state not found for "module.mds-api-auth.auth0_client.mds_provider": module.mds-api-auth.auth0_client.mds_provider
2019/03/22 16:19:49 [DEBUG] Attaching resource state to "module.mds-api-auth.auth0_resource_server.mds_api": &terraform.ResourceState{Type:"auth0_resource_server", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0001dc9b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.auth0", mu:sync.Mutex{state:0, sema:0x0}}
auth0_resource_server.mds_api: Refreshing state... (ID: 5c91975c32ac920d5beae6a7)
2019-03-22T16:19:49.929-0700 [DEBUG] plugin.terraform-provider-auth0: 2019/03/22 16:19:49 GET /api/v2/resource-servers/5c91975c32ac920d5beae6a7 HTTP/1.1
2019-03-22T16:19:49.929-0700 [DEBUG] plugin.terraform-provider-auth0: Host: REDACTED.auth0.com
2019-03-22T16:19:49.930-0700 [DEBUG] plugin.terraform-provider-auth0: Content-Type: application/json
2019-03-22T16:19:49.930-0700 [DEBUG] plugin.terraform-provider-auth0:
2019-03-22T16:19:49.930-0700 [DEBUG] plugin.terraform-provider-auth0:
2019-03-22T16:19:49.930-0700 [DEBUG] plugin.terraform-provider-auth0: HTTP/2.0 200 OK
2019-03-22T16:19:49.930-0700 [DEBUG] plugin.terraform-provider-auth0: Cache-Control: private, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
2019-03-22T16:19:49.930-0700 [DEBUG] plugin.terraform-provider-auth0: Content-Type: application/json; charset=utf-8
2019-03-22T16:19:49.930-0700 [DEBUG] plugin.terraform-provider-auth0: Date: Fri, 22 Mar 2019 23:19:49 GMT
2019-03-22T16:19:49.930-0700 [DEBUG] plugin.terraform-provider-auth0: Strict-Transport-Security: max-age=15724800
2019-03-22T16:19:49.930-0700 [DEBUG] plugin.terraform-provider-auth0: Vary: origin,accept-encoding
2019-03-22T16:19:49.930-0700 [DEBUG] plugin.terraform-provider-auth0: X-Ratelimit-Limit: 10
2019-03-22T16:19:49.930-0700 [DEBUG] plugin.terraform-provider-auth0: X-Ratelimit-Remaining: 9
2019-03-22T16:19:49.930-0700 [DEBUG] plugin.terraform-provider-auth0: X-Ratelimit-Reset: 1553296791
2019-03-22T16:19:49.930-0700 [DEBUG] plugin.terraform-provider-auth0: X-Robots-Tag: noindex, nofollow, nosnippet, noarchive
2019-03-22T16:19:49.930-0700 [DEBUG] plugin.terraform-provider-auth0:
2019-03-22T16:19:49.930-0700 [DEBUG] plugin.terraform-provider-auth0: {"id":"5c91975c32ac920d5beae6a7","name":"MDS API (Managed by Terraform)","identifier":"localhost:3000","allow_offline_access":false,"skip_consent_for_verifiable_first_party_clients":true,"token_lifetime":86400,"token_lifetime_for_web":7200,"signing_alg":"RS256"}
2019/03/22 16:19:49 [INFO] backend/local: apply calling Plan
2019/03/22 16:19:49 [INFO] terraform: building graph: GraphTypePlan
2019/03/22 16:19:49 [DEBUG] Resource state not found for "module.mds-api-auth.auth0_client_grant.mds_provider": module.mds-api-auth.auth0_client_grant.mds_provider
2019/03/22 16:19:49 [DEBUG] Attaching resource state to "module.mds-api-auth.auth0_resource_server.mds_api": &terraform.ResourceState{Type:"auth0_resource_server", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc000322aa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.auth0", mu:sync.Mutex{state:0, sema:0x0}}
2019/03/22 16:19:49 [DEBUG] Resource state not found for "module.mds-api-auth.auth0_client.mds_provider": module.mds-api-auth.auth0_client.mds_provider
2019/03/22 16:19:49 [DEBUG] resource module.mds-api-auth.auth0_resource_server.mds_api using provider provider.auth0
2019/03/22 16:19:49 [DEBUG] resource module.mds-api-auth.auth0_client.mds_provider using provider provider.auth0
2019/03/22 16:19:49 [DEBUG] resource module.mds-api-auth.auth0_client_grant.mds_provider using provider provider.auth0
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.auth0_resource_server.mds_api" references: [module.mds-api-auth.var.audience]
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.auth0_client.mds_provider" references: []
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.auth0_client_grant.mds_provider" references: [module.mds-api-auth.auth0_client.mds_provider module.mds-api-auth.auth0_resource_server.mds_api module.mds-api-auth.local.provider_names]
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.local.provider_names" references: [module.mds-api-auth.var.providers_map]
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.local.provider_ids" references: [module.mds-api-auth.var.providers_map]
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "provider.auth0" references: []
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.var.audience" references: []
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.var.providers_map" references: []
2019/03/22 16:19:49 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.mds-api-auth.auth0_client.mds_provider - *terraform.NodePlannableResource
provider.auth0 - *terraform.NodeApplyableProvider
module.mds-api-auth.auth0_client_grant.mds_provider - *terraform.NodePlannableResource
module.mds-api-auth.auth0_client.mds_provider - *terraform.NodePlannableResource
module.mds-api-auth.auth0_resource_server.mds_api - *terraform.NodePlannableResource
module.mds-api-auth.local.provider_names - *terraform.NodeLocal
provider.auth0 - *terraform.NodeApplyableProvider
module.mds-api-auth.auth0_resource_server.mds_api - *terraform.NodePlannableResource
module.mds-api-auth.var.audience - *terraform.NodeApplyableModuleVariable
provider.auth0 - *terraform.NodeApplyableProvider
module.mds-api-auth.local.provider_ids - *terraform.NodeLocal
module.mds-api-auth.var.providers_map - *terraform.NodeApplyableModuleVariable
module.mds-apterraform.NodeApplyableModuleVariable
module.mds-api-auth.var.providers_map - *terraform.NodeApplyableModuleVariable
provider.auth0 - *terraform.NodeApplyableProvider
auth0_client.mds_provider - *terraform.NodePlannableResource
module.mds-api-auth.auth0_client_grant.mds_provider - *terraform.NodePlannableResource
module.mds-api-auth.auth0_resource_server.mds_api - *terraform.NodePlannableResource
provider.auth0 - *terraform.NodeApplyableProvider
th.auth0_client.mds_provider - *terraform.NodePlannableResource
module.mds-api-auth.auth0_client_grant.mds_provider - *terraform.NodePlannableResource
module.mds-api-auth.auth0_resource_server.mds_api - *terraform.NodePlannableResource
provider.auth0 - *terraform.NodeApplyableProvider
ent.mds_provider - *terraform.NodePlannableResource
module.mds-api-auth.auth0_client_grant.mds_provider - *terraform.NodePlannableResource
module.mds-api-auth.auth0_resource_server.mds_api - *terraform.NodePlannableResource
provider.auth0 - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.auth0 (close) - *terraform.graphNodeCloseProvider
2019/03/22 16:19:49 [DEBUG] Starting graph walk: walkPlan
2019/03/22 16:19:49 [DEBUG] Resource state not found for "module.mds-api-auth.auth0_client.mds_provider": module.mds-api-auth.auth0_client.mds_provider
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.auth0_client.mds_provider" references: []
2019/03/22 16:19:49 [DEBUG] Attaching resource state to "module.mds-api-auth.auth0_resource_server.mds_api": &terraform.ResourceState{Type:"auth0_resource_server", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc000322aa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.auth0", mu:sync.Mutex{state:0, sema:0x0}}
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.auth0_resource_server.mds_api" references: []
2019-03-22T16:19:49.951-0700 [DEBUG] plugin.terraform-provider-auth0: 2019/03/22 16:19:49 [DEBUG] Instance Diff is nil in Diff()
, NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "token_endpoint_auth_method":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "custom_login_page_on":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"foobar", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "is_first_party":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "is_token_endpoint_ip_header_trusted":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2019/03/22 16:19:49 [TRACE] Graph after step *terraform.DiffTransformer:
module.mds-api-auth.auth0_client.mds_provider - *terraform.NodeApplyableResource
2019/03/22 16:19:49 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
module.mds-api-auth.auth0_client.mds_provider - *terraform.NodeApplyableResource
2019/03/22 16:19:49 [TRACE] AttachResourceConfigTransformer: Beginning...
2019/03/22 16:19:49 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.mds-api-auth.auth0_client.mds_provider
2019/03/22 16:19:49 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mds_provider", Type:"auth0_client", RawCount:(*config.RawConfig)(0xc0002db260), RawConfig:(*config.RawConfig)(0xc0002db1f0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019rences: []
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "provider.auth0" references: []
2019/03/22 16:19:49 [DEBUG] ReferenceTransformer: "module.mds-api-auth.local.provider_names" references: [module.mds-api-auth.var.providers_map]
2019/03/22 16:19:49 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.mds-api-auth.auth0_client.mds_provider - *terraform.NodeApplyableResource
provider.auth0 - *terraform.NodeApplyableProvider
module.mds-api-auth.local.provider_ids - *terraform.NodeLocal
module.mds-api-auth.var.providers_map - *terraform.NodeApplyableModuleVariable
module.mds-api-auth.local.provider_names - *terraform.NodeLocal
module.mds-api-auth.var.providers_map - *terraform.NodeApplyableModuleVariable
module.mds-api-auth.var.providers_map - *terraform.NodeApplyableModuleVariable
provider.auth0 - *terraform.NodeApplyableProvider
2019/03/22 16:19:49 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.mds-api-auth.auth0_client.mds_provider - *terraform.NodeApplyableResource
module.mds-api-auth.local.provider_ids - *terraform.NodeLocal
module.mds-api-auth.local.provider_names - *terraform.NodeLocal
module.mds-api-auth.var.providers_map - *terraform.NodeApplyableModuleVariable
provider.auth0 - *terraform.NodeApplyableProvider
module.mds-api-auth.auth0_client.mds_provider - *terraform.NodeApplyableResource
provider.auth0 - *terraform.NodeApplyableProvider
module.mds-api-auth.local.provider_ids - *terraform.NodeLocal
module.mds-api-auth.var.providers_map - *terraform.NodeApplyableModuleVariable
module.mds-api-auth.local.provider_names - *terraform.NodeLocal
module.mds-api-auth.var.providers_map - *terraform.NodeApplyableModuleVariable
module.mds-api-auth.var.providers_map - *terraform.NodeApplyableModuleVariable
provider.auth0 - *terraform.NodeApplyableProvider
2019/03/22 16:19:49 [TRACE] Graph after step *terraform.TargetsTransformer:
meta.count-boundary (count boundary fixup) - *terramodule.mds-api-auth.auth0_client.mds_provider: Creating...
client_id: "" => "<computed>"
client_secret: "<sensitive>" => "<sensitive>"
custom_login_page_on: "" => "<computed>"
grant_types.#: "" => "<computed>"
is_first_party: "" => "false"
is_token_endpoint_ip_header_trusted: "" => "<computed>"
name: "" => "foobar"
token_endpoint_auth_method: "" => "<computed>"
2019-03-22T16:19:50.148-0700 [DEBUG] plugin.terraform-provider-auth0: 2019/03/22 16:19:50 POST /api/v2/clients HTTP/1.1
2019-03-22T16:19:50.148-0700 [DEBUG] plugin.terraform-provider-auth0: Host: REDACTED.auth0.com
2019-03-22T16:19:50.148-0700 [DEBUG] plugin.terraform-provider-auth0: Content-Type: application/json
2019-03-22T16:19:50.148-0700 [DEBUG] plugin.terraform-provider-auth0:
2019-03-22T16:19:50.148-0700 [DEBUG] plugin.terraform-provider-auth0:
2019-03-22T16:19:50.148-0700 [DEBUG] plugin.terraform-provider-auth0: HTTP/2.0 201 Created
2019-03-22T16:19:50.148-0700 [DEBUG] plugin.terraform-provider-auth0: Cache-Control: private, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
2019-03-22T16:19:50.148-0700 [DEBUG] plugin.terraform-provider-auth0: Content-Type: application/json; charset=utf-8
2019-03-22T16:19:50.148-0700 [DEBUG] plugin.terraform-provider-auth0: Date: Fri, 22 Mar 2019 23:19:50 GMT
2019-03-22T16:19:50.148-0700 [DEBUG] plugin.terraform-provider-auth0: Strict-Transport-Security: max-age=15724800
2019-03-22T16:19:50.148-0700 [DEBUG] plugin.terraform-provider-auth0: Vary: origin,accept-encoding
2019-03-22T16:19:50.148-0700 [DEBUG] plugin.terraform-provider-auth0: X-Ratelimit-Limit: 10
2019-03-22T16:19:50.148-0700 [DEBUG] plugin.terraform-provider-auth0: X-Ratelimit-Remaining: 8
2019-03-22T16:19:50.148-0700 [DEBUG] plugin.terraform-provider-auth0: X-Ratelimit-Reset: 1553296792
2019-03-22T16:19:50.148-0700 [DEBUG] plugin.terraform-provider-auth0: X-Robots-Tag: noindex, nofollow, nosnippet, noarchive
2019-03-22T16:19:50.148-0700 [DEBUG] plugin.terraform-provider-auth0:
2019-03-22T16:19:50.148-0700 [DEBUG] plugin.terraform-provider-auth0: {"tenant":"REDACTED","global":false,"is_token_endpoint_ip_header_trusted":false,"name":"foobar","is_first_party":true,"sso_disabled":false,"cross_origin_auth":false,"oidc_conformant":false,"encrypted":true,"signing_keys":[REDACTED],"client_id":"Q9J1n5jNB5i3cnBz5QI2XViaSYsOd4Y2","callback_url_template":false,"client_secret":"REDACTED","jwt_configuration":{"lifetime_in_seconds":36000,"secret_encoded":false},"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true}
2019-03-22T16:19:50.197-0700 [DEBUG] plugin.terraform-provider-auth0: 2019/03/22 16:19:50 GET /api/v2/clients/Q9J1n5jNB5i3cnBz5QI2XViaSYsOd4Y2 HTTP/1.1
2019-03-22T16:19:50.197-0700 [DEBUG] plugin.terraform-provider-auth0: Host: REDACTED.auth0.com
2019-03-22T16:19:50.197-0700 [DEBUG] plugin.terraform-provider-auth0: Content-Type: application/json
2019-03-22T16:19:50.197-0700 [DEBUG] plugin.terraform-provider-auth0:
2019-03-22T16:19:50.197-0700 [DEBUG] plugin.terraform-provider-auth0:
2019-03-22T16:19:50.198-0700 [DEBUG] plugin.terraform-provider-auth0: HTTP/2.0 200 OK
2019-03-22T16:19:50.198-0700 [DEBUG] plugin.terraform-provider-auth0: Cache-Control: private, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
2019-03-22T16:19:50.198-0700 [DEBUG] plugin.terraform-provider-auth0: Content-Type: application/json; charset=utf-8
2019-03-22T16:19:50.198-0700 [DEBUG] plugin.terraform-provider-auth0: Date: Fri, 22 Mar 2019 23:19:50 GMT
2019-03-22T16:19:50.198-0700 [DEBUG] plugin.terraform-provider-auth0: Strict-Transport-Security: max-age=15724800
2019-03-22T16:19:50.198-0700 [DEBUG] plugin.terraform-provider-auth0: Vary: origin,accept-encoding
2019-03-22T16:19:50.198-0700 [DEBUG] plugin.terraform-provider-auth0: X-Ratelimit-Limit: 10
2019-03-22T16:19:50.198-0700 [DEBUG] plugin.terraform-provider-auth0: X-Ratelimit-Remaining: 7
2019-03-22T16:19:50.198-0700 [DEBUG] plugin.terraform-provider-auth0: X-Ratelimit-Reset: 1553296792
2019-03-22T16:19:50.198-0700 [DEBUG] plugin.terraform-provider-auth0: X-Robots-Tag: noindex, nofollow, nosnippet, noarchive
2019-03-22T16:19:50.198-0700 [DEBUG] plugin.terraform-provider-auth0:
2019-03-22T16:19:50.198-0700 [DEBUG] plugin.terraform-provider-auth0: {"tenant":"REDACfTED","global":false,"is_token_endpoint_ip_header_trusted":false,"name":"foobar","is_first_party":true,"sso_disabled":false,"cross_origin_auth":false,"oidc_conformant":false,"signing_keys":[REDACTED],"client_id":"Q9J1n5jNB5i3cnBz5QI2XViaSYsOd4Y2","callback_url_template":false,"client_secret":"REDACTED","jwt_configuration":{"lifetime_in_seconds":36000,"secret_encoded":false},"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true}
module.mds-api-auth.auth0_client.mds_provider: Creation complete after 0s (ID: Q9J1n5jNB5i3cnBz5QI2XViaSYsOd4Y2)
Remainder REDACTED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment