Skip to content

ans-group/terraform-provider-safedns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-provider-safedns

Getting Started

This provider is available via the Terraform Registry with Terraform v0.13+

Getting Started (manual)

To get started, the terraform-provider-safedns binary (.exe extension if Windows) should be downloaded from Releases and placed in the plugins directory (see here for more information). For this example, we'll place it in ~/.terraform.d/plugins/

We'll then need to initialise terraform with our provider:

terraform init

Finally, we can invoke terraform apply to apply our terraform configuration:

terraform apply

Documentation

Documentation is located within this repository at /docs, and is published in the Terraform Registry

Upgrading

⚠️ This provider was originally created under the ukfast organisation, and was later moved to the ans-group organisation. Upgrading the ukfast provider will result in the error checksum list has unexpected. Updating provider config to use the ans-group organisation will resolve this