-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Closed
Labels
new-resourceIntroduces a new resource.Introduces a new resource.service/vpcIssues and PRs that pertain to the vpc service.Issues and PRs that pertain to the vpc service.
Milestone
Description
What new functionality are you requesting?
aws_vpc_encryption_control
Description
AWS launches VPC Encryption Controls to make it easy to audit and enforce encryption in transit within and across Amazon Virtual Private Clouds (VPC), and demonstrate compliance with encryption standards.
Requires AWS SDK for Go v2 Release 2025-11-20: #45173.
This would be extremely useful to manage in Terraform along with all of the other VPC configuration.
Potential Terraform Configuration
resource "aws_vpc_encryption_control" "vpc-encryption" {
vpc_id = aws_vpc.id
mode = "monitor"
}References
Would you like to implement the enhancement?
No
Alex-Waring and michal-kosinski
Metadata
Metadata
Assignees
Labels
new-resourceIntroduces a new resource.Introduces a new resource.service/vpcIssues and PRs that pertain to the vpc service.Issues and PRs that pertain to the vpc service.