Last active
June 4, 2017 18:55
-
-
Save catvec/d88610dfc1188472a27b00dd47f6b843 to your computer and use it in GitHub Desktop.
Terraform Debug output for bug report: #15053
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Refreshing Terraform state in-memory prior to plan... | |
The refreshed state will be used to calculate this plan, but will not be | |
persisted to local or remote state storage. | |
data.ignition_user.autochess: Refreshing state... | |
data.template_file.postgres_service: Refreshing state... | |
data.template_file.auto_chess_service: Refreshing state... | |
data.ignition_systemd_unit.postgres: Refreshing state... | |
data.ignition_systemd_unit.auto_chess: Refreshing state... | |
data.ignition_config.auto_chess: Refreshing state... | |
Error running plan: 1 error(s) occurred: | |
* module.auto-chess.digitalocean_record.auto_chess: 1 error(s) occurred: | |
* module.auto-chess.digitalocean_record.auto_chess: Resource 'digitalocean_floating_ip.auto_chess' not found for variable 'digitalocean_floating_ip.auto_chess.ip_address' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment