Non-existent custom service endpoint definitions? #20823
Labels
bug
Addresses a defect in current functionality.
provider
Pertains to the provider itself, rather than any interaction with AWS.
service/codestarnotifications
Issues and PRs that pertain to the codestarnotifications service.
Milestone
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Description of Bug
I was working on a config where every custom service endpoint is present in the provider config, using a map to lookup the FIPS endpoint, read from a file. If not present, the endpoint value is
null
to use the default. This works fine for every service except two:prometheusservice
andcodestarnotifications
. For these two, I get an error that the "Argument named is not expected here."Actual Behavior
Steps to Reproduce
terraform plan
The text was updated successfully, but these errors were encountered: