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

r/aws_batch_job_definition: Prevent diff with default Fargate platform configuration #19207

Commits on May 3, 2021

  1. r/aws_batch_job_definition: Prevent diff with default Fargate platfor…

    …m configuration.
    
    Acceptance test output:
    
    % make testacc TEST=./aws TESTARGS='-run=TestAccAWSBatchJobDefinition_PlatformCapabilities_Fargate'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSBatchJobDefinition_PlatformCapabilities_Fargate -timeout 180m
    === RUN   TestAccAWSBatchJobDefinition_PlatformCapabilities_Fargate_ContainerPropertiesDefaults
    === PAUSE TestAccAWSBatchJobDefinition_PlatformCapabilities_Fargate_ContainerPropertiesDefaults
    === RUN   TestAccAWSBatchJobDefinition_PlatformCapabilities_Fargate
    === PAUSE TestAccAWSBatchJobDefinition_PlatformCapabilities_Fargate
    === CONT  TestAccAWSBatchJobDefinition_PlatformCapabilities_Fargate_ContainerPropertiesDefaults
    === CONT  TestAccAWSBatchJobDefinition_PlatformCapabilities_Fargate
    --- PASS: TestAccAWSBatchJobDefinition_PlatformCapabilities_Fargate_ContainerPropertiesDefaults (15.80s)
    --- PASS: TestAccAWSBatchJobDefinition_PlatformCapabilities_Fargate (15.90s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	18.934s
    ewbankkit committed May 3, 2021
    Configuration menu
    Copy the full SHA
    b03693c View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entry.

    ewbankkit committed May 3, 2021
    Configuration menu
    Copy the full SHA
    9f06d53 View commit details
    Browse the repository at this point in the history