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

terraform 0.14 refresh lines not removed #1341

Closed
seankhliao opened this issue Jan 8, 2021 · 2 comments
Closed

terraform 0.14 refresh lines not removed #1341

seankhliao opened this issue Jan 8, 2021 · 2 comments

Comments

@seankhliao
Copy link

atlantis v0.16.0, terraform v0.14.3

It looks like the refresh separator used in https://github.com/runatlantis/atlantis/blob/master/server/events/runtime/plan_step_runner.go#L20 was removed in a recent terraform release so now the plan output includes all the refresh lines

» terraform plan
module.common_be.cloudflare_record.CNAME_dmarc_notification: Refreshing state... [id=14ed954f841f478af2584bb14567ffb9]
cloudflare_page_rule.bookingtool_api_ssl: Refreshing state... [id=649b16c70ef761651e360a96e19db124]

... snip 600 lines ...

cloudflare_page_rule.training_page: Refreshing state... [id=97f40b0f42aaeb61657d69bba5c62391]
cloudflare_firewall_rule.allow_github_ips: Refreshing state... [id=b972cbf4da8f4792b70d2b8bc814f27c]

An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

@lostick
Copy link

lostick commented Jan 11, 2021

see #1306

@seankhliao
Copy link
Author

ah, I missed that one when I tried searching for it

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

No branches or pull requests

2 participants