Skip to content

Commit

Permalink
Merge pull request #65 from appuio/deps/terraform-1.3.0
Browse files Browse the repository at this point in the history
Bump minimum Terraform version to 1.3.0 and remove concluded experiment
  • Loading branch information
simu authored Oct 4, 2022
2 parents e8ec80c + 7017e6c commit eb634e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lb.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "lb" {
source = "git::https://github.com/appuio/terraform-modules.git//modules/vshn-lbaas-cloudscale?ref=v2.8.0"
source = "git::https://github.com/appuio/terraform-modules.git//modules/vshn-lbaas-cloudscale?ref=v3.0.0"

node_name_suffix = local.node_name_suffix
cluster_id = var.cluster_id
Expand Down
11 changes: 1 addition & 10 deletions provider.tf
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
terraform {
required_version = ">= 0.14"
// Use experimental feature to allow making object fields optional, cf.
// https://www.terraform.io/docs/language/expressions/type-constraints.html#experimental-optional-object-type-attributes
//
// While there's no guarantee this feature doesn't see breaking changes even
// in minor releases, I think the upsides to allow users to omit some
// configurations for additional worker groups (e.g. node state, disk size)
// outweigh potential changes that we need to make in the future.
// -SG, 2021-08-02
experiments = [module_variable_optional_attrs]
required_version = ">= 1.3.0"
required_providers {
cloudscale = {
source = "cloudscale-ch/cloudscale"
Expand Down

0 comments on commit eb634e1

Please sign in to comment.