AWS Backup vault cannot be seen using FIPS endpoint #22573
Labels
bug
Addresses a defect in current functionality.
fips
Pertains to the Federal Information Processing Standard (FIPS).
service/backup
Issues and PRs that pertain to the backup service.
Milestone
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform v1.0.11 (running from a Terraform Enterprise instance in us-gov-west-1)
on linux_amd64
AWS provider v3.71.0
Affected Resource(s)
Terraform Configuration Files
Debug Output
GitHub Gist
Expected Behavior
The AWS Backup vault should be found by
terraform plan
.Actual Behavior
The following error occurs:
Steps to Reproduce
terraform apply
with thebackup
endpoint line commented to create the backup vault resource.backup
endpoint line and runterraform plan
.Important Factoids
We are using FIPS enabled endpoints for services.
The command
aws backup describe-backup-vault --backup-vault-name jenkins --endpoint-url https://backup-fips.us-gov-west-1.amazonaws.com
finds the vault, though the provider does not using the same FIPS endpoint.References
The text was updated successfully, but these errors were encountered: