-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aws_launch_template: AWS Wavelength support (#16707)
* r/aws_launch_template: Add 'associate_carrier_ip_address' to 'network_interfaces' block. Acceptance test output: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSLaunchTemplate_associateCarrierIPAddress' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSLaunchTemplate_associateCarrierIPAddress -timeout 120m === RUN TestAccAWSLaunchTemplate_associateCarrierIPAddress === PAUSE TestAccAWSLaunchTemplate_associateCarrierIPAddress === CONT TestAccAWSLaunchTemplate_associateCarrierIPAddress --- PASS: TestAccAWSLaunchTemplate_associateCarrierIPAddress (96.08s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 96.150s * d/aws_launch_template: Add 'associate_carrier_ip_address' to 'network_interfaces' block. Acceptance test output: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSLaunchTemplateDataSource_associateCarrierIPAddress' ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 2 -run=TestAccAWSLaunchTemplateDataSource_associateCarrierIPAddress -timeout 120m === RUN TestAccAWSLaunchTemplateDataSource_associateCarrierIPAddress === PAUSE TestAccAWSLaunchTemplateDataSource_associateCarrierIPAddress === CONT TestAccAWSLaunchTemplateDataSource_associateCarrierIPAddress --- PASS: TestAccAWSLaunchTemplateDataSource_associateCarrierIPAddress (38.24s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 38.329s
- Loading branch information
Showing
5 changed files
with
151 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters