Description
In the AWS Console when working with managed grafana under network access control you have the option to select either VPC endpoint or Managed prefix list. When using the terraform resource aws_grafana_workspace, in the network access control block it is required to specify both. Is it possible to make these optional since not specifiy the block defaults to public access anyways?
Affected Resource(s) or Data Source(s)
Potential Terraform Configuration
References
prefix_list_ids - (Optional) - An array of prefix list IDs.
vpce_ids - (Optional) - An array of Amazon VPC endpoint IDs for the workspace. The only VPC endpoints that can be specified here are interface VPC endpoints for Grafana workspaces (using the com.amazonaws.[region].grafana-workspace service endpoint). Other VPC endpoints will be ignored.
Would you like to implement the enhancement?
Yes
Description
In the AWS Console when working with managed grafana under network access control you have the option to select either VPC endpoint or Managed prefix list. When using the terraform resource aws_grafana_workspace, in the network access control block it is required to specify both. Is it possible to make these optional since not specifiy the block defaults to public access anyways?
Affected Resource(s) or Data Source(s)
aws_grafana_workspacePotential Terraform Configuration
References
prefix_list_ids - (Optional) - An array of prefix list IDs.
vpce_ids - (Optional) - An array of Amazon VPC endpoint IDs for the workspace. The only VPC endpoints that can be specified here are interface VPC endpoints for Grafana workspaces (using the com.amazonaws.[region].grafana-workspace service endpoint). Other VPC endpoints will be ignored.
Would you like to implement the enhancement?
Yes