Skip to content

Instantly share code, notes, and snippets.

@Noah-Huppert
Last active June 4, 2017 18:55
Show Gist options
  • Save Noah-Huppert/d88610dfc1188472a27b00dd47f6b843 to your computer and use it in GitHub Desktop.
Save Noah-Huppert/d88610dfc1188472a27b00dd47f6b843 to your computer and use it in GitHub Desktop.
Terraform Debug output for bug report: #15053
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