openstack_identity_ec2_credential_v3

Manages a V3 EC2 Credential resource within OpenStack Keystone. EC2 credentials in OpenStack are used to access S3 compatible Swift/RadosGW endpoints or to authenticate against Keystone.

Example Usage

EC2 credential in current project scope

resource "openstack_identity_ec2_credential_v3" "ec2_key1" {}

EC2 credential in pre-defined project scope

This allows administrative users to create EC2 credentials for a scope different from the current auth scope.

resource "openstack_identity_ec2_credential_v3" "ec2_key1" {
    project_id = "f7ac731cc11f40efbc03a9f9e1d1d21f"
}

Arguments Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

EC2 Credentials can be imported using the access, e.g.

$ terraform import openstack_identity_ec2_credential_v3.ec2_cred_1 2d0ac4a2f81b4b0f9513ee49e780647d