Terraform module which creates Aiven Account resources.
module "account" {
source = "tf-cloud-modules/account/aiven"
name = "test23294"
}
Name | Version |
---|---|
terraform | >= 0.13.1 |
aiven | >= 4.0.0, < 5.0.0 |
Name | Version |
---|---|
aiven | 3.5.0 |
No modules.
Name | Type |
---|---|
aiven_account.this | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
create | Controls if resources should be created. | bool |
true |
no |
name | Account name. | string |
n/a | yes |
primary_billing_group_id | Billing group id. | string |
"" |
no |
Name | Description |
---|---|
account_id | Account id. |
id | The ID of this resource. |
owner_team_id | Owner team id. |
tenant_id | Tenant id. |