Skip to content

Commit db6f83b

Browse files
committed
feat(instance-flex-profile): Add support for instance flex profile
1 parent 930becd commit db6f83b

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
github.com/IBM/secrets-manager-go-sdk/v2 v2.0.15
3939
github.com/IBM/vmware-go-sdk v0.1.5
4040
github.com/IBM/vpc-beta-go-sdk v0.8.0
41-
github.com/IBM/vpc-go-sdk v0.70.1
41+
github.com/IBM/vpc-go-sdk v0.71.1
4242
github.com/ScaleFT/sshkeys v0.0.0-20200327173127-6142f742bca5
4343
github.com/akamai/AkamaiOPEN-edgegrid-golang v1.2.2
4444
github.com/akamai/AkamaiOPEN-edgegrid-golang/v5 v5.0.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ github.com/IBM/vpc-beta-go-sdk v0.8.0 h1:cEPpv4iw3Ba5W2d0AWg3TIbKeJ8y1nPuUuibR5J
171171
github.com/IBM/vpc-beta-go-sdk v0.8.0/go.mod h1:hORgIyTFRzXrZIK9IohaWmCRBBlYiDRagsufi7M6akE=
172172
github.com/IBM/vpc-go-sdk v0.70.1 h1:6NsbRkiA5gDNxe7cjNx8Pi1j9s0PlhwNQj29wsKZxAo=
173173
github.com/IBM/vpc-go-sdk v0.70.1/go.mod h1:K3vVlje72PYE3ZRt1iouE+jSIq+vCyYzT1HiFC06hUA=
174+
github.com/IBM/vpc-go-sdk v0.71.1 h1:SP5/uQs5JDb1QRvSJ1QC2BzE+BHEMq4jd2+JEcRuieE=
175+
github.com/IBM/vpc-go-sdk v0.71.1/go.mod h1:K3vVlje72PYE3ZRt1iouE+jSIq+vCyYzT1HiFC06hUA=
174176
github.com/Logicalis/asn1 v0.0.0-20190312173541-d60463189a56 h1:vuquMR410psHNax14XKNWa0Ae/kYgWJcXi0IFuX60N0=
175177
github.com/Logicalis/asn1 v0.0.0-20190312173541-d60463189a56/go.mod h1:Zb3OT4l0mf7P/GOs2w2Ilj5sdm5Whoq3pa24dAEBHFc=
176178
github.com/Masterminds/semver/v3 v3.2.1 h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0rYXWg0=

website/docs/d/is_instance_profile.html.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,5 @@ In addition to the argument reference list, you can access the following attribu
203203
- `vcpu_manufacturer` - (List) Nested `vcpu_manufacturer` blocks have the following structure:
204204

205205
Nested scheme for `vcpu_manufacturer`:
206-
- `default` - (String) The default VCPU manufacturer for an instance with this profile.
207206
- `type` - (String) The type for this profile field.
208207
- `value` - (String) The VCPU manufacturer for an instance with this profile.

website/docs/d/is_instance_profiles.html.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,5 @@ You can access the following attribute references after your data source is crea
205205
- `vcpu_manufacturer` - (List) Nested `vcpu_manufacturer` blocks have the following structure:
206206

207207
Nested scheme for `vcpu_manufacturer`:
208-
- `default` - (String) The default VCPU manufacturer for an instance with this profile.
209208
- `type` - (String) The type for this profile field.
210209
- `value` - (String) The VCPU manufacturer for an instance with this profile.

0 commit comments

Comments
 (0)