File tree 2 files changed +4
-2
lines changed
third_party/terraform/services/filestore
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ references:
22
22
guides :
23
23
' Official Documentation ' : ' https://cloud.google.com/ai-platform/prediction/docs/deploying-models'
24
24
api : ' https://cloud.google.com/ai-platform/prediction/docs/reference/rest/v1/projects.models'
25
- docs :
25
+ deprecation_message : ' This resource is deprecated at the API level and will be removed in a future version of Terraform. '
26
26
base_url : ' projects/{{project}}/models'
27
27
self_link : ' projects/{{project}}/models/{{name}}'
28
28
# This resources is not updatable (outside of versions, which is a version-level method)
@@ -44,10 +44,12 @@ schema_version: 1
44
44
state_upgraders : true
45
45
examples :
46
46
- name : ' ml_model_basic'
47
+ exclude_test : true
47
48
primary_resource_id : ' default'
48
49
vars :
49
50
model_name : ' default'
50
51
- name : ' ml_model_full'
52
+ exclude_test : true
51
53
primary_resource_id : ' default'
52
54
vars :
53
55
model_name : ' default'
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ resource "google_filestore_instance" "instance" {
185
185
networks {
186
186
network = "default"
187
187
modes = ["MODE_IPV4"]
188
- reserved_ip_range = "172.19.31.8 /29"
188
+ reserved_ip_range = "172.30.250.0 /29"
189
189
}
190
190
}
191
191
` , name )
You can’t perform that action at this time.
0 commit comments