is there any way to create AWS VPC lattice resource configuration, I am able to create a VPC resource gateway but I am not able to find terraform resource to create VPC lattice resource configuration
@ylasmak The resource doesn’t seem to exist in the Terraform AWS Provider yet. Please open an enhancement request on GitHub for tracking.
To work around the issue, perhaps you can consider using the awscc_vpclattice_resource_configuration
resource that is available in the Terraform AWS CC Provider.