spacelift-io / terraform-provider-spacelift

Terraform provider to interact with Spacelift
MIT License
76 stars 29 forks source link

fix typo in gcp_service_account resource #267

Closed kamsz closed 2 years ago

kamsz commented 2 years ago

Description of the change

Typo :)

Type of change

Related issues

Fix [#1]()

Checklists

Development

Code review

adamconnelly commented 2 years ago

@kamsz thanks a lot for the fix, and sorry it's taken so long to get back to you!

The file you've updated is actually generated via terraform-plugin-docs, so you actually need to update https://github.com/spacelift-io/terraform-provider-spacelift/blob/master/examples/resources/spacelift_gcp_service_account/resource.tf, then run tfplugindocs to re-generate the example so that your changes aren't overwritten.

adamconnelly commented 2 years ago

@kamsz I'm actually going to close this PR because we needed to regenerate our docs anyway, so I've grabbed your fix as part of https://github.com/spacelift-io/terraform-provider-spacelift/pull/275.

Thanks a lot for the contribution :bow: