You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add katapult_dns_zone resource and data source, with:
name String attribute.
ttl Int attribute.
verified read-only Bool attribute.
infrastructure_zone read-only Bool attribute.
repeatable record attribute, accepting the same attributes as the katapult_dns_record resource.
Add katapult_dns_record resource and data source. This will become a
little bit tricky, as depending on the type of record, different
attributes are required. Hence we are going to have to be a little bit
cleaver about how we structure Terraform's schema to represent this.
The text was updated successfully, but these errors were encountered:
katapult_dns_zone
resource and data source, with:name
String attribute.ttl
Int attribute.verified
read-only Bool attribute.infrastructure_zone
read-only Bool attribute.record
attribute, accepting the same attributes as thekatapult_dns_record
resource.katapult_dns_record
resource and data source. This will become alittle bit tricky, as depending on the type of record, different
attributes are required. Hence we are going to have to be a little bit
cleaver about how we structure Terraform's schema to represent this.
The text was updated successfully, but these errors were encountered: