hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.8k stars 9.15k forks source link

[Enhancement]: aws_verifiedaccess_instance new argument fips_enabled #33886

Closed GlennChia closed 1 year ago

GlennChia commented 1 year ago

Description

Add a new argument fips_enabled for the aws_verifiedaccess_instance resource. As of this writing, this argument can only be set during create.

Affected Resource(s) and/or Data Source(s)

aws_verifiedaccess_instance

Potential Terraform Configuration

resource "aws_verifiedaccess_instance" "example" {
  fips_enabled = true
}

References

Would you like to implement a fix?

Yes

github-actions[bot] commented 1 year ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

github-actions[bot] commented 11 months ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.