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 Terraform to version 0.12 and add new Terraform modules #59

Merged
merged 11 commits into from
Feb 10, 2021

Conversation

janfoe
Copy link
Contributor

@janfoe janfoe commented Jun 15, 2020

No description provided.

@ckuetbach
Copy link
Member

I think I will have to investigate a problem which only occurs during the first run (The remote state of the application itself cannot be loaded, because it is not stored yet).

Terraform 0.12 creates an error, when the remote state is not existing.

@ckuetbach
Copy link
Member

There are some data loaded from the current deployment through the remote stae of the previous run.

The first run will always fail because there was a change between 0.11 and 0.12: hashicorp/terraform#22770

@ckuetbach
Copy link
Member

ckuetbach commented Jul 1, 2020

The DATA-resource for AWS Lambda don't support filter and needs a fixed name.

https://www.terraform.io/docs/providers/aws/d/lambda_function.html#example-usage

There is a pending feature request for terraform: hashicorp/terraform-provider-aws#8302

@ckuetbach ckuetbach merged commit 5508c43 into d-velop:master Feb 10, 2021
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 this pull request may close these issues.

2 participants