We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd22cc commit 9774948Copy full SHA for 9774948
1 file changed
dns/operationcode.org/records.tf
@@ -1,3 +1,10 @@
1
+resource "dnsimple_record" "www" {
2
+ domain = "${var.hosted-zone}"
3
+ name = "_now"
4
+ type = "TXT"
5
+ value = "Qmd8XawRvuECtFLQm8SytbgcW2PV2jthtfMy7ujLnTN2gL"
6
+}
7
+
8
resource "dnsimple_record" "api" {
9
domain = "${var.hosted-zone}"
10
name = "api"
0 commit comments