Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QUESTION] Deploy Application with Manifest file #104

Closed
liamburgesss opened this issue Jan 15, 2025 · 2 comments
Closed

[QUESTION] Deploy Application with Manifest file #104

liamburgesss opened this issue Jan 15, 2025 · 2 comments

Comments

@liamburgesss
Copy link

Hello,

I do not see a method available on the provider to deploy an application resource using a manifest file.

thanks

@lechnerc77
Copy link
Contributor

@liamburgesss You are referencing and using the wrong Terraform provider. I assume you are looking for this resource: https://registry.terraform.io/providers/cloudfoundry/cloudfoundry/latest/docs/resources/mta

As a remark: you should use the Terraform provider https://registry.terraform.io/providers/cloudfoundry/cloudfoundry/latest when working with Cloud Foundry as this uses the latest CF API namely version V3 while the one you referenced is using a mix of V2 and V3 and is not officially supported by the Cloud Foundry Foundation.

@liamburgesss
Copy link
Author

I see, completely missed I was using the wrong provider.
I see that Google seems to refer to the community provider (the one I referenced) as the first few results when looking up "cloudfoundry terraform".

Thank you for all the help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants