Skip to content

Instantly share code, notes, and snippets.

@Craigson
Created February 18, 2021 23:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Craigson/58f6a172a627395428a10e6ce9c38ce4 to your computer and use it in GitHub Desktop.
Save Craigson/58f6a172a627395428a10e6ce9c38ce4 to your computer and use it in GitHub Desktop.
Console output from terraform plan
# module.digitalocean_monitoring.digitalocean_droplet.syntropy-polkadot-monitoring will be created
+ resource "digitalocean_droplet" "syntropy-polkadot-monitoring" {
+ backups = false
+ created_at = (known after apply)
+ disk = (known after apply)
+ id = (known after apply)
+ image = "ubuntu-20-04-x64"
+ ipv4_address = (known after apply)
+ ipv4_address_private = (known after apply)
+ ipv6 = false
+ ipv6_address = (known after apply)
+ locked = (known after apply)
+ memory = (known after apply)
+ monitoring = false
+ name = "polkadot-monitoring"
+ price_hourly = (known after apply)
+ price_monthly = (known after apply)
+ private_networking = true
+ region = "nyc1"
+ resize_disk = true
+ size = "s-2vcpu-4gb"
+ ssh_keys = [
+ "29602178",
]
+ status = (known after apply)
+ tags = [
+ "monitoring",
]
+ urn = (known after apply)
+ vcpus = (known after apply)
+ volume_ids = (known after apply)
+ vpc_uuid = (known after apply)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment