Open chewbaka2907 opened 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),
Hello,
It's fixed in https://github.com/davidfischer-ch/terraform-provider-awx/blob/master/awx/resource_project.go.
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),