-
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.
service/ec2: Finish aws_instance implementation of ebs_block_device a…
…nd root_block_device configuration block encryption and kms_key_arn arguments Reference: #4861 Reference: #7757 Having combined and resolved conflicts between #4861 and #7757, performed the following changes: * Ensured that existing acceptance testing was untouched and only new tests were added * Ensured data source added new attributes to match resource to prevent panics * Renamed kms_key_id to kms_key_arn for clarity * Mark new arguments as Computed: true to only show operators differences when a value is configured Output from acceptance testing: ``` --- PASS: TestAccAWSInstance_EbsBlockDevice_KmsKeyArn (122.98s) --- PASS: TestAccAWSInstance_RootBlockDevice_KmsKeyArn (127.93s) --- PASS: TestAccAWSInstanceDataSource_RootBlockDevice_KmsKeyArn (132.34s) --- PASS: TestAccAWSInstanceDataSource_EbsBlockDevice_KmsKeyArn (140.01s) ```
- Loading branch information
Showing
6 changed files
with
179 additions
and
81 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
Oops, something went wrong.