Skip to content

tf-cloud-modules/terraform-aiven-static-ip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aiven Static IP Terraform module

Terraform module which creates Aiven Static IP resources

Usage

module "static-ip" {
  source       = "tf-cloud-modules/static-ip/aiven"
  project      = "test"
  service_name = "test"
}

Requirements

Name Version
terraform >= 0.13.1
aiven >= 4.0.0, < 5.0.0

Providers

Name Version
aiven 4.1.3

Modules

No modules.

Resources

Name Type
aiven_static_ip.this resource

Inputs

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

Outputs

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages