cloudposse / terraform-aws-kms-key

Terraform module to provision a KMS key with alias
https://cloudposse.com/accelerate
Apache License 2.0
72 stars 87 forks source link

work for terraform 0.14 #20

Closed dmattia closed 3 years ago

joe-niland commented 3 years ago

@dmattia could you please update the context.tf file in the examples directory too?

dmattia commented 3 years ago

Done 😄

@joe-niland

joe-niland commented 3 years ago

/test all

joe-niland commented 3 years ago

/rebuild-readme

joe-niland commented 3 years ago

/test all

dmattia commented 3 years ago

Updated the source type 👍

aknysh commented 3 years ago

/test all

aknysh commented 3 years ago

@dmattia thanks! Please fix one more issue :) (sorry for this, we just updating all modules and all tests to the latest standards).

To fix this error

not ok - check if terraform providers have explicit source locations for TF =>0.13

please update all the providers (in the module and in the examples/complete test) to use this format

terraform {
  required_version = ">= 0.12.0"

  required_providers {
    aws = {
      source  = "hashicorp/aws"
      version = ">= 3.0"
    }
    template = {
      source  = "hashicorp/template"
      version = ">= 2.0"
    }
    local = {
      source  = "hashicorp/local"
      version = ">= 1.3"
    }
  }
}
dmattia commented 3 years ago

perfect, just updated @aknysh

aknysh commented 3 years ago

/test all

aknysh commented 3 years ago

/test all

aknysh commented 3 years ago

/rebuild-readme

aknysh commented 3 years ago

/test all

aknysh commented 3 years ago

/test all

aknysh commented 3 years ago

/terraform-fmt

aknysh commented 3 years ago

/test all