Archived
Implement read-only Dynu Terraform provider skeleton
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
data "dynu_domain" "selected" {
|
||||
hostname = "www.example.com"
|
||||
}
|
||||
|
||||
output "domain" {
|
||||
value = data.dynu_domain.selected.domain
|
||||
}
|
||||
Reference in New Issue
Block a user