Skip to content

winkelchri/terraform-provider-netcup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-provider-netcup

A Terraform provider for the www.netcup.de SCP webservice

Fork of https://github.com/rincedd/terraform-provider-netcup

Current state

Currently, netcup is only available as a data source.

Example configuration

Don't forget to add the secret.tf to .gitignore!

variable "netcup_username" {
  default = "username"
}

variable "netcup_password" {
  default = "supersecret!11"
}
provider "netcup" {
    login_name = "${var.netcup_username}"
    password = "${var.netcup_password}"
}

data "netcup_vserver" "balu" {}

About

A Terraform provider for the www.netcup.de SCP webservice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%