Skip to content

Conversation

@moritzzimmer
Copy link
Owner

this will silence those terraform warnings:

╷
│ Warning: Redundant ignore_changes element
│ 
│   on ../../main.tf line 79, in resource "aws_lambda_function" "lambda_external_lifecycle":
│   79: resource "aws_lambda_function" "lambda_external_lifecycle" {
│ 
│ Adding an attribute name to ignore_changes tells Terraform to ignore future changes to the argument in configuration after the object has been created, retaining the value originally configured.
│ 
│ The attribute version is decided by the provider alone and therefore there can be no configured value to compare with. Including this attribute in ignore_changes has no effect. Remove the attribute from ignore_changes to quiet this warning.
╵

@moritzzimmer moritzzimmer added the 💅 enhancement New feature or request label Dec 12, 2022
@moritzzimmer moritzzimmer self-assigned this Dec 12, 2022
this will silence some terraform warnings
@moritzzimmer moritzzimmer force-pushed the refactor/ignore_qualified_arn branch from 08e921a to fad0777 Compare December 12, 2022 08:30
@moritzzimmer moritzzimmer changed the title refactor: removed ignored attributes computed by aws provider chore: removed ignored attributes computed by aws provider Dec 12, 2022
@moritzzimmer moritzzimmer merged commit cadbf2b into main Dec 12, 2022
@moritzzimmer moritzzimmer deleted the refactor/ignore_qualified_arn branch December 12, 2022 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

💅 enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants