aws∕ebs∕encryption‒by‒default - dicomgrid/pt-modules GitHub Wiki
Usage
To use this module in your Terraform, refer to the below module example:
module "aws_ebs_encryption_by_default" {
source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"
# See inputs below for additional required parameters
}
Attributes
Requirements
Providers
Name |
Version |
aws |
>= 4.64.0 |
Modules
No modules.
Resources
Inputs
Name |
Description |
Type |
Default |
Required |
enabled |
n/a |
bool |
true |
no |
key_id |
n/a |
string |
"alias/aws/ebs" |
no |
Outputs
No outputs.
Changelog