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

Deprecation in module #1

Open
danquack opened this issue Dec 1, 2019 · 1 comment
Open

Deprecation in module #1

danquack opened this issue Dec 1, 2019 · 1 comment

Comments

@danquack
Copy link

danquack commented Dec 1, 2019

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".
@salemgolemugoo
Copy link

Fixed here #3

felixb added a commit to felixb/terraform-aws-lambda-python-archive that referenced this issue Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants