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

aws_eip: Add 'carrier_ip' attribute #16724

Merged
merged 2 commits into from
Dec 15, 2020

Commits on Dec 11, 2020

  1. r/aws_eip: Add 'carrier_ip' attribute.

    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSEIP_CarrierIP' ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 2 -run=TestAccAWSEIP_CarrierIP -timeout 120m
    === RUN   TestAccAWSEIP_CarrierIP
    === PAUSE TestAccAWSEIP_CarrierIP
    === CONT  TestAccAWSEIP_CarrierIP
    --- PASS: TestAccAWSEIP_CarrierIP (17.36s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	17.450s
    ewbankkit committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    b877df5 View commit details
    Browse the repository at this point in the history
  2. d/aws_eip: Add 'carrier_ip' attribute.

    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccDataSourceAWSEIP_CarrierIP' ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 2 -run=TestAccDataSourceAWSEIP_CarrierIP -timeout 120m
    === RUN   TestAccDataSourceAWSEIP_CarrierIP
    === PAUSE TestAccDataSourceAWSEIP_CarrierIP
    === CONT  TestAccDataSourceAWSEIP_CarrierIP
    --- PASS: TestAccDataSourceAWSEIP_CarrierIP (14.74s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	14.829s
    ewbankkit committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    cd23f98 View commit details
    Browse the repository at this point in the history