-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
data-source/aws_ami and data-source/aws_ami_ids: Require owners argument
* data-source/aws_ami: Switch owners argument from Optional to Required * data-source/aws_ami_ids: Switch owners argument from Optional to Required * tests: Update aws_ami data sources to use owners instead of filter > name = "owner-alias" Output from acceptance testing: ``` --- PASS: TestAccAWSAmiDataSource_instanceStore (8.89s) --- PASS: TestAccDataSourceAwsAmiIds_basic (9.72s) --- PASS: TestAccAWSAmiDataSource_natInstance (9.72s) --- PASS: TestAccAWSAmiDataSource_localNameFilter (12.65s) --- PASS: TestAccDataSourceAwsAmiIds_sorted (14.02s) --- PASS: TestAccAWSAmiDataSource_windowsInstance (16.91s) ```
- Loading branch information
Showing
16 changed files
with
108 additions
and
455 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
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
Oops, something went wrong.