Skip to content

Commit

Permalink
Merge pull request #29 from linode/add-vpc-support
Browse files Browse the repository at this point in the history
Add vpc support, bump to newer schema
  • Loading branch information
tchinmai7 authored Feb 27, 2024
2 parents 2f11fdb + 9f4eb3a commit 70c446b
Show file tree
Hide file tree
Showing 66 changed files with 5,165 additions and 456 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PROJECT_REPO := github.com/linode/$(PROJECT_NAME)

export TERRAFORM_VERSION := 1.5.5
export TERRAFORM_PROVIDER_SOURCE := linode/linode
export TERRAFORM_PROVIDER_VERSION := 2.9.3
export TERRAFORM_PROVIDER_VERSION := 2.16.0
export TERRAFORM_PROVIDER_DOWNLOAD_NAME := terraform-provider-linode
export TERRAFORM_NATIVE_PROVIDER_BINARY := terraform-provider-linode_v$(TERRAFORM_PROVIDER_VERSION)
export TERRAFORM_PROVIDER_REPO := https://github.com/linode/terraform-provider-linode
Expand Down
6 changes: 3 additions & 3 deletions apis/firewall/v1alpha1/zz_firewall_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 109 additions & 15 deletions apis/instance/v1alpha1/zz_config_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 70c446b

Please sign in to comment.