terraform-provider-awscc icon indicating copy to clipboard operation
terraform-provider-awscc copied to clipboard

Feature Request: WorkSpaces Web Resources

Open dylanmtaylor opened this issue 1 year ago • 1 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
  • The resources and data sources in this provider are generated from the CloudFormation schema, so they can only support the actions that the underlying schema supports. For this reason submitted bugs should be limited to defects in the generation and runtime code of the provider. Customizing behavior of the resource, or noting a gap in behavior are not valid bugs and should be submitted as enhancements to AWS via the CloudFormation Open Coverage Roadmap.

Description

New or Affected Resource(s)

AWS::WorkSpacesWeb::BrowserSettings

AWS::WorkSpacesWeb::IdentityProvider

AWS::WorkSpacesWeb::IpAccessSettings

AWS::WorkSpacesWeb::NetworkSettings

AWS::WorkSpacesWeb::Portal

AWS::WorkSpacesWeb::TrustStore

AWS::WorkSpacesWeb::UserAccessLoggingSettings

AWS::WorkSpacesWeb::UserSettings

dylanmtaylor avatar Feb 10 '24 03:02 dylanmtaylor

Curiously these schemas have been available since late 2023, e.g. here, but have never made it into the defining configuration file. I'm not entirely sure how the configuration file is created. While I have not actually tested these resources, the provider can successfully generate resources for these if added to the configuration file.

kadrach avatar Feb 26 '24 10:02 kadrach