Use data sources for domains
They'll already exist
This commit is contained in:
parent
e75a0cfcd4
commit
cd6d7749f4
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
resource "gandi_livedns_domain" "jakehowardtech" {
|
||||
data "gandi_livedns_domain" "jakehowardtech" {
|
||||
name = "jakehoward.tech"
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
resource "gandi_livedns_domain" "theorangeonenet" {
|
||||
data "gandi_livedns_domain" "theorangeonenet" {
|
||||
name = "theorangeone.net"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue