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_appstream_stack user_settings has been updated #39792

Open sarangak opened 1 day ago

sarangak commented 1 day ago

Description

aws_appstream_stack has added a new setting:

resource "aws_appstream_stack" "stack" {
  ...

  user_settings {
    action     = "AUTO_TIME_ZONE_REDIRECTION"
    permission = "DISABLED"
  }

  ...
}

This setting works with the above code, but the new setting should probably have documentation and testing.

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

Potential Terraform Configuration

No response

References

Would you like to implement a fix?

No

github-actions[bot] commented 1 day ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue