Archived
Harden read-only provider with tests, docs, and CI
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
dynu = {
|
||||
source = "dynu/dynu"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "dynu" {}
|
||||
|
||||
data "dynu_domain" "selected" {
|
||||
hostname = "www.example.com"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user