dahendel / terraform-provider-awx2

Terraform 0.12.x compatible awx/tower provider
Mozilla Public License 2.0
6 stars 2 forks source link

Credential Creation #6

Open chewbaka2907 opened 4 years ago

chewbaka2907 commented 4 years ago

https://github.com/dahendel/terraform-provider-awx2/blob/master/awx/resource_project.go

Line 126 and 166 "credential_id": AtoipOr(d.Get("credential_id").(string), nil),

Needs to be

"credential": AtoipOr(d.Get("credential_id").(string), nil),

davidfischer-ch commented 4 years ago

Hello,

It's fixed in https://github.com/davidfischer-ch/terraform-provider-awx/blob/master/awx/resource_project.go.