Closed alexnitta closed 1 year ago
I realized that I was using the organization name shown in the dropdown menu for Organization, but I actually should have been using the organization ID shown in the URL, as in https://fly.io/dashboard/<organization_id>
. Once I did that, I was able to create the fly_app resource as expected.
When creating a
fly_app
resource, if I specify anorg
other than"personal"
, I get an error when I runterraform apply
:The terraform resource block is very simple:
Though I am using a local variable and a variable for these values respectively, I have ruled out an issues with variable references by just changing the value of
var.fly_organization
. When the value is"personal"
, everything works fine. When it is set to the name of an organization that I have created in the Fly.io dashboard, it fails.