public-datasets-pipelines icon indicating copy to clipboard operation
public-datasets-pipelines copied to clipboard

Use lifecycle ignore changes for Terraform resources

Open adlersantos opened this issue 4 years ago • 0 comments

Description

Some Terraform resource properties can safely change after deployment, e.g. the label property on BQ tables.

We should support Terraform states not having to keep changing when such properties are changed externally. Here's the documentation for the lifecycle meta-argument.

Checklist

  • [x] I created this issue in accordance with the Code of Conduct.
  • [x] This issue is appropriately labeled.

adlersantos avatar Jun 09 '21 06:06 adlersantos