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

Terraform Provider Version 1.211.0 #23

Merged
merged 2 commits into from
Mar 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TERRAFORM_VERSION_VALID := $(shell [ "$(TERRAFORM_VERSION)" = "`printf "$(TERRAF

export TERRAFORM_PROVIDER_SOURCE := spotinst/spotinst
export TERRAFORM_PROVIDER_REPO := https://github.com/spotinst/terraform-provider-spotinst
export TERRAFORM_PROVIDER_VERSION := 1.199.2
export TERRAFORM_PROVIDER_VERSION := 1.211.0
export TERRAFORM_PROVIDER_DOWNLOAD_NAME := terraform-provider-spotinst
export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX := $(TERRAFORM_PROVIDER_REPO)/releases/download/v$(TERRAFORM_PROVIDER_VERSION)
export TERRAFORM_NATIVE_PROVIDER_BINARY := $(TERRAFORM_PROVIDER_DOWNLOAD_NAME)_v$(TERRAFORM_PROVIDER_VERSION)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Spot API.
Install the provider by using the following command after changing the image tag
to the [latest release](https://marketplace.upbound.io/providers/spot-by-netapp/crossplane-provider-spot/):
```
up ctp provider install xpkg.upbound.io/spot-by-netapp/crossplane-provider-spot:v0.6.0
up ctp provider install xpkg.upbound.io/spot-by-netapp/crossplane-provider-spot:v0.7.0
```

Alternatively, you can use declarative installation:
Expand All @@ -21,7 +21,7 @@ kind: Provider
metadata:
name: crossplane-provider-spot
spec:
package: xpkg.upbound.io/spot-by-netapp/crossplane-provider-spot:v0.6.0
package: xpkg.upbound.io/spot-by-netapp/crossplane-provider-spot:v0.7.0
EOF
```

Expand Down
Loading
Loading