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

Terraform Linode provider

Results 57 terraform-provider-linode issues
Sort by recently updated
recently updated
newest added

This pull request replaces all uses of `client.WaitForEventFinished(...)` with the equivalent `EventPoller` logic. This should significantly reduce the number of context deadline errors caused by time desyncs.

Bumps [github.com/linode/linodego](https://github.com/linode/linodego) from 1.9.0 to 1.9.1. Release notes Sourced from github.com/linode/linodego's releases. v1.9.1 🚀 Added Added NewEventPollerWithoutEntity function @​LBGarber (#269) Commits fcbb9a5 new: Add NewEventPollerWithoutEntity func (#269) See full diff...

dependencies

### Description I would like isolate LKE cluster from other datacenter instances in private network 192.168.128.0/17 with firewalling. So I created the following ressources where local.private_ips is the private ip...

enhancement

### Terraform Version Terraform v1.1.5 on linux_amd64 ### Linode Provider Version v1.25.2 ### Effected Terraform Resources linode_lke_cluster ### Terraform Config Files ```hcl resource "linode_lke_cluster" "lke_cluster" { k8s_version = "1.22" region...

bug
keep

### Terraform Version Terraform v1.2.7 on linux_amd64 ### Linode Provider Version v1.29.2 ### Effected Terraform Resources linode_lke_cluster ### Terraform Config Files terraform { required_version = ">= 0.15" required_providers { linode...

bug
stale

Bumps [github.com/linode/linodego](https://github.com/linode/linodego) from 1.9.2 to 1.9.3. Release notes Sourced from github.com/linode/linodego's releases. v1.9.3 Changes Add IPENCAP NetworkProtocol enum for firewall rules @​thorn3r (#276) Commits 18cacb1 Add NetworkProtocol for IPENCAP support...

dependencies

## 📝 Description This change resolves an issue that would result in a panic when attempting to provision a `linode_object_storage_key` resource with invalid options. This is because a `helper.SetLogFieldBulk(...)` call...

## 📝 Description This change allows user to specify object storage keys at provider-level. The access and secret keys can be used in `linode_object_storage_bucket` and `linode_object_storage_object` resource. We aim to...

## 📝 Description This PR adds support of linode_nodepool resource ## ✔️ How to Test ### Automated Testing `make PKG_NAME="linode/nodepool" int-test` ### Manual Testing ```hcl resource "linode_lke_cluster" "nodepool_test_cluster" { label...

Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing) from 1.6.0 to 1.7.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-testing's releases. v1.7.0 NOTES: helper/resource: Error messages generated by the testing logic, which were updated for clarity in this release,...

dependencies
go