Use data sources for domains

They'll already exist
This commit is contained in:
Jake Howard 2025-04-06 09:41:48 +01:00
parent e75a0cfcd4
commit cd6d7749f4
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
resource "gandi_livedns_domain" "jakehowardtech" {
data "gandi_livedns_domain" "jakehowardtech" {
name = "jakehoward.tech"
}

View file

@ -1,4 +1,4 @@
resource "gandi_livedns_domain" "theorangeonenet" {
data "gandi_livedns_domain" "theorangeonenet" {
name = "theorangeone.net"
}