Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexprogrammr/terraform-provider-appstore
Terraform App Store Connect provider
https://github.com/alexprogrammr/terraform-provider-appstore
apple appstore appstoreconnect terraform terraform-provider
Last synced: 27 days ago
JSON representation
Terraform App Store Connect provider
- Host: GitHub
- URL: https://github.com/alexprogrammr/terraform-provider-appstore
- Owner: alexprogrammr
- License: mit
- Created: 2024-06-09T22:41:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T21:50:23.000Z (7 months ago)
- Last Synced: 2024-11-15T04:13:37.018Z (2 months ago)
- Topics: apple, appstore, appstoreconnect, terraform, terraform-provider
- Language: Go
- Homepage: https://registry.terraform.io/providers/alexprogrammr/appstore/latest/docs
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Terraform Provider App Store Connect
Terraform provider to manage App Store Connect resources (apps, screenshots, game center achievements, etc).
## Requirements
- [Terraform](https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli) >= 1.8
- [Go](https://go.dev/doc/install) >= 1.22## Resources
- [App Store Connect API Reference](https://developer.apple.com/documentation/appstoreconnectapi)
## License
Licensed under [The MIT License](https://opensource.org/license/mit), see [`LICENSE`](LICENSE).