Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Jan 9, 2022
1 parent 6dbeec4 commit df462cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deployment/ubuntu/provision/servers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,10 @@ resource "digitalocean_droplet" "cattle" {

vpc_uuid = digitalocean_vpc.cattle_infra.id
}

resource "digitalocean_floating_ip" "cattle" {

droplet_id = digitalocean_droplet.cattle.id

region = digitalocean_droplet.cattle.region
}

0 comments on commit df462cf

Please sign in to comment.