Skip to content

Commit a213c81

Browse files
Bump to Terraform Provider Version 1.211.0 (#23)
1 parent 582aac4 commit a213c81

15 files changed

+2098
-99
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ TERRAFORM_VERSION_VALID := $(shell [ "$(TERRAFORM_VERSION)" = "`printf "$(TERRAF
1212

1313
export TERRAFORM_PROVIDER_SOURCE := spotinst/spotinst
1414
export TERRAFORM_PROVIDER_REPO := https://github.com/spotinst/terraform-provider-spotinst
15-
export TERRAFORM_PROVIDER_VERSION := 1.199.2
15+
export TERRAFORM_PROVIDER_VERSION := 1.211.0
1616
export TERRAFORM_PROVIDER_DOWNLOAD_NAME := terraform-provider-spotinst
1717
export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX := $(TERRAFORM_PROVIDER_REPO)/releases/download/v$(TERRAFORM_PROVIDER_VERSION)
1818
export TERRAFORM_NATIVE_PROVIDER_BINARY := $(TERRAFORM_PROVIDER_DOWNLOAD_NAME)_v$(TERRAFORM_PROVIDER_VERSION)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Spot API.
1010
Install the provider by using the following command after changing the image tag
1111
to the [latest release](https://marketplace.upbound.io/providers/spot-by-netapp/crossplane-provider-spot/):
1212
```
13-
up ctp provider install xpkg.upbound.io/spot-by-netapp/crossplane-provider-spot:v0.6.0
13+
up ctp provider install xpkg.upbound.io/spot-by-netapp/crossplane-provider-spot:v0.7.0
1414
```
1515

1616
Alternatively, you can use declarative installation:
@@ -21,7 +21,7 @@ kind: Provider
2121
metadata:
2222
name: crossplane-provider-spot
2323
spec:
24-
package: xpkg.upbound.io/spot-by-netapp/crossplane-provider-spot:v0.6.0
24+
package: xpkg.upbound.io/spot-by-netapp/crossplane-provider-spot:v0.7.0
2525
EOF
2626
```
2727

0 commit comments

Comments
 (0)