terraform-provider-netcup-scp

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 SCP API

This is a Terraform provider for the Netcup SCP webservice.

Getting started

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

provider "netcup-scp" {
  login_name = "123456"     # Netcup customer number
  password   = "secret"     # SCP webservice password
}

data "netcup_vserver" "my_server" {
  server_name = "v12345678901234567"
}

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