Kaginari / terraform-provider-ansible-tower

Ansible Tower provider
MIT License
2 stars 0 forks source link

typo in organization? #3

Open mathgonzlez opened 1 year ago

mathgonzlez commented 1 year ago

Hi, how are you? im reading the terraform doc: https://registry.terraform.io/providers/Kaginari/ansible-tower/latest/docs

and there is a "ansible-tower_organization" but when i declare receive this error:

│ Error: Invalid resource type │ │ on 01_org.tf line 1, in resource "ansible-tower_organization" "example": │ 1: resource "ansible-tower_organization" "example" { │ │ The provider kaginari/ansible-tower does not support resource type "ansible-tower_organization". Did you mean │ "ansible-tower_organisation"?

if i reeplace 'organization' with 'organisation' this work fine. So, what is the correct?

Thanksss!