Configure AWS Terraform
Prerequisite: For installing or updating the latest versions, refer to the instructions in the AWS Terraform Provider documentation.
The following information must be specified in your Terraform provider configuration hcl:
AWS Access Key ID: Insert the Access Key. In the DCD, go to Menu > Storage > IONOS Object Storage > Key management and check the Access keys section to find the essential details.
AWS Secret Access Key: Paste the Secret Key. In the DCD, go to Menu > Storage > IONOS Object Storage > Key management and check the Access keys section to find the essential details.
skip_credentials_validation: When set to
true
, it skips Security Token Service validation.skip_requesting_account_id: The account ID is not requested when set to
true
. It is useful for AWS API implementations that do not have the IAM, STS API, or metadata API.skip_region_validation: The region name is not validated when set to
true
. It is useful for WS-like implementations that use their own region names.endpoints: For the list of IONOS Object Storage Service endpoints, see Endpoints.
Last updated