Terraform module which creates Aiven Static IP resources
module "static-ip" {
source = "tf-cloud-modules/static-ip/aiven"
project = "test"
service_name = "test"
}
Name | Version |
---|---|
terraform | >= 0.13.1 |
aiven | >= 4.0.0, < 5.0.0 |
Name | Version |
---|---|
aiven | 4.1.3 |
No modules.
Name | Type |
---|---|
aiven_static_ip.this | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
cloud_name | Defines where the cloud provider and region where the service is hosted in. | string |
"aws-us-east-1" |
no |
create | Controls if resources should be created. | bool |
true |
no |
project | Aiven Cloud Project Name | string |
n/a | yes |
Name | Description |
---|---|
cloud_name | Defines where the cloud provider and region where the service is hosted in. |
id | The ID of this resource. |
ip_address | The address of the static ip. |
project | Aiven Cloud Project Name. |