Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resource/aws_batch_job_queue: Properly read compute_environments into Terraform state #7079

Merged
merged 1 commit into from
Jan 10, 2019

Conversation

bflad
Copy link
Contributor

@bflad bflad commented Jan 10, 2019

Previously with TF_SCHEMA_PANIC_ON_ERROR=1:

panic: compute_environments.0: '' expected type 'string', got unconvertible type '*batch.ComputeEnvironmentOrder'

goroutine 709 [running]:
github.com/terraform-providers/terraform-provider-aws/vendor/github.com/hashicorp/terraform/helper/schema.(*ResourceData).Set(0xc000c7b7a0, 0x3c93d6e, 0x14, 0x30d5460, 0xc00075cb40, 0x0, 0x0)
	/opt/teamcity-agent/work/2e10e023da0c7520/src/github.com/terraform-providers/terraform-provider-aws/vendor/github.com/hashicorp/terraform/helper/schema/resource_data.go:191 +0x334
github.com/terraform-providers/terraform-provider-aws/aws.resourceAwsBatchJobQueueRead(0xc000c7b7a0, 0x36595a0, 0xc00090a380, 0x1, 0x1)
	/opt/teamcity-agent/work/2e10e023da0c7520/src/github.com/terraform-providers/terraform-provider-aws/aws/resource_aws_batch_job_queue.go:99 +0x23c
github.com/terraform-providers/terraform-provider-aws/aws.resourceAwsBatchJobQueueCreate(0xc000c7b7a0, 0x36595a0, 0xc00090a380, 0x24, 0x73fb6c0)
	/opt/teamcity-agent/work/2e10e023da0c7520/src/github.com/terraform-providers/terraform-provider-aws/aws/resource_aws_batch_job_queue.go:83 +0x742

Output from acceptance testing:

--- PASS: TestAccAWSBatchJobQueue_disappears (120.15s)
--- PASS: TestAccAWSBatchJobQueue_basic (145.61s)
--- PASS: TestAccAWSBatchJobQueue_update (168.76s)

… Terraform state

Previously with `TF_SCHEMA_PANIC_ON_ERROR=1`:

```
panic: compute_environments.0: '' expected type 'string', got unconvertible type '*batch.ComputeEnvironmentOrder'

goroutine 709 [running]:
github.com/terraform-providers/terraform-provider-aws/vendor/github.com/hashicorp/terraform/helper/schema.(*ResourceData).Set(0xc000c7b7a0, 0x3c93d6e, 0x14, 0x30d5460, 0xc00075cb40, 0x0, 0x0)
	/opt/teamcity-agent/work/2e10e023da0c7520/src/github.com/terraform-providers/terraform-provider-aws/vendor/github.com/hashicorp/terraform/helper/schema/resource_data.go:191 +0x334
github.com/terraform-providers/terraform-provider-aws/aws.resourceAwsBatchJobQueueRead(0xc000c7b7a0, 0x36595a0, 0xc00090a380, 0x1, 0x1)
	/opt/teamcity-agent/work/2e10e023da0c7520/src/github.com/terraform-providers/terraform-provider-aws/aws/resource_aws_batch_job_queue.go:99 +0x23c
github.com/terraform-providers/terraform-provider-aws/aws.resourceAwsBatchJobQueueCreate(0xc000c7b7a0, 0x36595a0, 0xc00090a380, 0x24, 0x73fb6c0)
	/opt/teamcity-agent/work/2e10e023da0c7520/src/github.com/terraform-providers/terraform-provider-aws/aws/resource_aws_batch_job_queue.go:83 +0x742
```

Output from acceptance testing:

```
--- PASS: TestAccAWSBatchJobQueue_disappears (120.15s)
--- PASS: TestAccAWSBatchJobQueue_basic (145.61s)
--- PASS: TestAccAWSBatchJobQueue_update (168.76s)
```
@bflad bflad added bug Addresses a defect in current functionality. service/batch Issues and PRs that pertain to the batch service. labels Jan 10, 2019
@bflad bflad requested a review from a team January 10, 2019 01:16
@ghost ghost added the size/XS Managed by automation to categorize the size of a PR. label Jan 10, 2019
Copy link
Contributor

@tombuildsstuff tombuildsstuff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@bflad bflad added this to the v1.55.0 milestone Jan 10, 2019
@bflad bflad merged commit 9e7daf1 into master Jan 10, 2019
@bflad bflad deleted the b-aws_batch_job_queue-schema-panic branch January 10, 2019 14:51
bflad added a commit that referenced this pull request Jan 10, 2019
@bflad
Copy link
Contributor Author

bflad commented Jan 10, 2019

This has been released in version 1.55.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

@ghost
Copy link

ghost commented Apr 1, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Addresses a defect in current functionality. service/batch Issues and PRs that pertain to the batch service. size/XS Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants