16 lines
480 B
HCL
16 lines
480 B
HCL
resource "dnsimple_contact" "me" {
|
|
label = "Graham McIntire"
|
|
first_name = "Graham"
|
|
last_name = "McIntire"
|
|
organization_name = ""
|
|
job_title = ""
|
|
address1 = "11411 CR 571"
|
|
address2 = ""
|
|
city = "Blue Ridge"
|
|
state_province = "Texas"
|
|
postal_code = "75424"
|
|
country = "US"
|
|
phone = "+14693962797"
|
|
fax = ""
|
|
email = "graham@mcintire.me"
|
|
}
|