Skip to content

Support for VPC encryption controls #45208

@acdha

Description

@acdha

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

Metadata

Metadata

Assignees

Labels

new-resourceIntroduces a new resource.service/vpcIssues and PRs that pertain to the vpc service.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions