This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
Releases: GoogleCloudPlatform/terraform-provider-cdap
Releases · GoogleCloudPlatform/terraform-provider-cdap
v0.11.0
v0.10.0
v0.10.0
v0.9.0
v0.9.0
v0.8.0
- Update docs structure to work with Terraform registry.
v0.7.0
- Release with Github Action
v0.6.0: Don't authenticate storage client (#82)
- Create storage client without authentication
v0.5.0
-
Health checks have been removed from the provider. See https://github.com/terraform-google-modules/terraform-google-data-fusion/tree/master/modules/wait_healthy for new helper for this behaviour.
-
5xx retries have been removed. These have been fixed upstream.
v0.4.0
- cdap_application now takes the entire exported pipeline config in a new
spec
field - Added new resouce cdap_streaming_program_run
- Added retries on 5xx errors
- Fixed cdap_artifact resource from being left in irrecoverable state when the artifact is created but the properties fail to upload
v0.3.0
- Minor tweaks to health check to improve correctness
v0.2.0
- Added health check to prevent failure of resource creation immediately after CDF instance creation
- Fix exist check failing for resources within namespace if the namespace itself was deleted
- Make token optional in provider block