hashicorp / terraform-provider-oneandone

Terraform 1&1 provider. Please note: This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
https://www.terraform.io/docs/providers/oneandone/
Mozilla Public License 2.0
5 stars 11 forks source link

Add user_data and user_data_content_type argument to manipulate cloud config. #27

Open ghost opened 5 years ago

ghost commented 5 years ago

Hi there,

please add an argument to the oneandone_server resource, which allows manipulation of the user_data/cloud config.

Terraform Version

Terraform v0.11.13

Affected Resource(s)

Terraform Configuration Files

resource "oneandone_server" "server" {
  ...
  user_data = "<some user data>"
  user_data_content_type = "<user data content type>"  
  ...
}

Expected Behavior

Provide user_data and user_data_content_type argument.

Actual Behavior

No possibility to provide cloud cloud config through terraform.