You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ terraform {
32
32
required_providers {
33
33
outscale = {
34
34
source = "outscale/outscale"
35
-
version = "1.0.0-rc.2"
35
+
version = "1.0.0"
36
36
}
37
37
}
38
38
}
@@ -62,7 +62,7 @@ sed -i '/"link_nic": {/, /},/d' terraform.tfstate
62
62
sed -i '/"flexible_gpu_id": "/, /",/d' terraform.tfstate
63
63
sed -i '/"accepter_net": {/, /},/d' terraform.tfstate
64
64
sed -i '/"source_net": {/, /},/d' terraform.tfstate
65
-
sed -i '/"state": {/, /},/d' terraform.tfstate
65
+
sed -i '/"state": {/, /},/d' terraform.tfstate
66
66
sed -i 's/outscale_volumes_link/outscale_volume_link/g'*.tf
67
67
sed -i 's/flexible_gpu_id /flexible_gpu_ids /g'*.tf
68
68
sed -i '/flexible_gpu_ids /s/= /= \[/'*.tf
@@ -80,7 +80,7 @@ sed -i='' '/"link_nic": {/, /},/d' terraform.tfstate
80
80
sed -i='''/"flexible_gpu_id": "/, /",/d' terraform.tfstate
81
81
sed -i='''/"accepter_net": {/, /},/d' terraform.tfstate
82
82
sed -i='''/"source_net": {/, /},/d' terraform.tfstate
83
-
sed -i='''/"state": {/, /},/d' terraform.tfstate
83
+
sed -i='''/"state": {/, /},/d' terraform.tfstate
84
84
sed -i='''s/outscale_volumes_link/outscale_volume_link/g'*.tf
85
85
sed -i='''s/flexible_gpu_id /flexible_gpu_ids /g'*.tf
86
86
sed -i='''/flexible_gpu_ids /s/= /= \[/'*.tf
@@ -99,7 +99,7 @@ terraform refresh
99
99
>
100
100
> We have a broken change on our api when creating access_key without expiration date for all version less then v0.9.0. ([GH-issues](https://github.com/outscale/terraform-provider-outscale/issues/342))
101
101
>
102
-
> We recommend to upgrade on the latest ([v1.0.0-rc.2](https://registry.terraform.io/providers/outscale/outscale/latest))
102
+
> We recommend to upgrade on the latest ([v1.0.0](https://registry.terraform.io/providers/outscale/outscale/latest))
103
103
104
104
## Using the Provider with Terraform
105
105
@@ -116,7 +116,7 @@ terraform {
116
116
required_providers {
117
117
outscale = {
118
118
source = "outscale/outscale"
119
-
version = "1.0.0-rc.2"
119
+
version = "1.0.0"
120
120
}
121
121
}
122
122
}
@@ -136,7 +136,7 @@ terraform {
136
136
required_providers {
137
137
outscale = {
138
138
source = "outscale/outscale"
139
-
version = "1.0.0-rc.2"
139
+
version = "1.0.0"
140
140
}
141
141
}
142
142
}
@@ -169,7 +169,7 @@ terraform {
169
169
required_providers {
170
170
outscale = {
171
171
source = "outscale/outscale"
172
-
version = "1.0.0-rc.2"
172
+
version = "1.0.0"
173
173
}
174
174
}
175
175
}
@@ -193,23 +193,23 @@ Clone repository to: `$GOPATH/src/github.com/outscale/terraform-provider-outscal
0 commit comments