Skip to main content
deleted 66 characters in body
Source Link
Joan Serra
  • 446
  • 4
  • 5

Running terraform apply -refresh-only should take care of any new outputs. It will read the latest data from each resource and then update all of the outputs in terms of those updates, which includes re-evaluating your output expressions to incorporate any changes.

For further info, see: https://github.com/hashicorp/terraform/issues/17034

Running terraform refresh should take care of any new outputs. It will read the latest data from each resource and then update all of the outputs in terms of those updates, which includes re-evaluating your output expressions to incorporate any changes.

For further info, see: https://github.com/hashicorp/terraform/issues/17034

Running terraform apply -refresh-only should take care of any new outputs. It will read the latest data from each resource and then update all of the outputs in terms of those updates, which includes re-evaluating your output expressions to incorporate any changes.

added 191 characters in body
Source Link
Joan Serra
  • 446
  • 4
  • 5

Running terraform refresh should take care of any new outputs. It will read the latest data from each resource and then update all of the outputs in terms of those updates, which includes re-evaluating your output expressions to incorporate any changes.

For further info, see: https://github.com/hashicorp/terraform/issues/17034

Running terraform refresh should take care of any new outputs.

Running terraform refresh should take care of any new outputs. It will read the latest data from each resource and then update all of the outputs in terms of those updates, which includes re-evaluating your output expressions to incorporate any changes.

For further info, see: https://github.com/hashicorp/terraform/issues/17034

Source Link
Joan Serra
  • 446
  • 4
  • 5

Running terraform refresh should take care of any new outputs.