terraform-aws-lambda-python-archive icon indicating copy to clipboard operation
terraform-aws-lambda-python-archive copied to clipboard

Deprecation in module

Open danquack opened this issue 5 years ago • 1 comments

Warning: Quoted type constraints are deprecated

  on .terraform/modules/python_lambda_archive/rojopolis-terraform-aws-lambda-python-archive-8e018cc/variables.tf line 3, in variable "src_dir":
   3:     type        = "string"

Terraform 0.11 and earlier required type constraints to be given in quotes,
but that form is now deprecated and will be removed in a future version of
Terraform. To silence this warning, remove the quotes around "string".

Warning: Quoted type constraints are deprecated

  on .terraform/modules/python_lambda_archive/rojopolis-terraform-aws-lambda-python-archive-8e018cc/variables.tf line 8, in variable "output_path":
   8:     type        = "string"

Terraform 0.11 and earlier required type constraints to be given in quotes,
but that form is now deprecated and will be removed in a future version of
Terraform. To silence this warning, remove the quotes around "string".

danquack avatar Dec 01 '19 01:12 danquack

Fixed here #3

salemgolemugoo avatar Jul 07 '20 15:07 salemgolemugoo