terraform-provider-netcup-ccp

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2021 License: MPL-2.0 Imports: 5 Imported by: 0

README

Terraform Provider for Netcup CCP API

This is a Terraform provider for the Netcup CCP API. It provides resources to manage Netcup DNS records.

Getting started

terraform {
  required_providers {
    netcup-ccp = {
      source = "rincedd/netcup-ccp"
    }
  }
}

provider "netcup-ccp" {
  customer_number  = "123456"     # Netcup customer number
  ccp_api_key      = "xxxyyyzzz"  # API key for Netcup CCP
  ccp_api_password = "secret"     # API key password
}

resource "netcup-ccp_dns_record" "sample_record" {
  domain_name = "example.de"
  name        = "@"
  type        = "A"
  value       = "1.2.3.4"
  priority    = "0"               # for MX records
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL