terraform-provider-arvan icon indicating copy to clipboard operation
terraform-provider-arvan copied to clipboard

Terraform Provider for ArvanCloud

Results 10 terraform-provider-arvan issues
Sort by recently updated
recently updated
newest added

It's not possible to get assigned IP address of floating ip address in terraform (there is not even a data source for it)

Right now it's not possible to get instance uuid directly from arvan_iaas_abrak resource and we need to define a `data` block with `depends_on` which is cumbersome. There should be an...

in the [documentation](https://github.com/arvancloud/terraform-provider-arvan/blob/main/docs/resources/iaas_network_attach.md#optional) there is an `ip` section in `arvan_iaas_network_attach`. But declaring static IP will result in http 409 (access issue?!): > │ Error: status: 409, body: {"message":"خطا در درخواست...

> │ Error: status: 429, body: {"data":{"user_id":"xxxx","region":"ir-thr-fr1"},"message":"تعداد درخواست های شما بیشتر از حد مجاز است. لطفا بعدا تلاش کنید"} │ │ │ with arvan_iaas_abrak.master["2"], │ on iaas.tf line 15, in...

I could not find regions in the documentation for the abraks. And Please add regions to the documents.

Please add more information about import existing infrastructure with import command. example of import in amazon ec2: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_host#import

documentation

Hello cloud you please change terraform provider to get configuration requirement from system environment variable. because when we want to create a module from provider and make some dependency to...

documentation
enhancement

when i was try to install pfsense through terraform inside arvan my configuration make provider crash. my source code is : ```terraform resource "arvan_iaas_abrak" "pfsense" { region = var.region flavor...

documentation

resource "arvan_iaas_abrak" "abrak-1" { region = var.region flavor = "g1-1-1-0" name = var.abrak-name image { type = "distributions" name = "debian/11" } disk_size = 25 } data "arvan_iaas_abrak" "get_abrak_id" {...

# Issue Upon providing new "ABRAK" by using Terraform, "arvan_iaas_sshkey" has confronted 401 error once the PUBLIC KEY is correct and already defined in IAAS platform. **Notice:** If the mechanism...