Created
February 18, 2021 23:16
-
-
Save Craigson/58f6a172a627395428a10e6ce9c38ce4 to your computer and use it in GitHub Desktop.
Console output from terraform plan
This file contains 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
# 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