Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for terraform 1.x.x and OCI provider 4.x.x #69

Open
kral2 opened this issue Aug 26, 2021 · 1 comment
Open

Update for terraform 1.x.x and OCI provider 4.x.x #69

kral2 opened this issue Aug 26, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@kral2
Copy link
Contributor

kral2 commented Aug 26, 2021

Terraform 0.12 is already EOL. There are some syntax that works in 0.12 but not in 1.0.0 anymore. Unless customers still plan on using 0.12, I think you should bump this to 1.0.0

Originally posted by @hyder in #68 (comment)

@kral2 kral2 added this to the Future milestone Aug 26, 2021
@kral2 kral2 added the enhancement New feature or request label Aug 26, 2021
@kral2 kral2 modified the milestones: Future, v3.0.0 Sep 10, 2021
@vadyochik
Copy link

Looks like this was already done: https://github.com/oracle-terraform-modules/terraform-oci-compute-instance/blob/main/versions.tf

terraform {
  required_providers {
    oci = {
      source  = "oracle/oci"
      version = ">=4.67.3"
    }
  }
  required_version = ">= 1.0.0"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants