Skip to content

Commit

Permalink
Add memcached-1.6.15 to the list of allowed memcache versions (Google…
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav172 authored and davcen committed Nov 17, 2023
1 parent f58fb9c commit 7ade9bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mmv1/products/memcache/Instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ properties:
default_value: :MEMCACHE_1_5
values:
- :MEMCACHE_1_5
- :MEMCACHE_1_6_15
update_url: 'projects/{{project}}/locations/{{region}}/instances/{{name}}:upgrade'
update_verb: :POST
- !ruby/object:Api::Type::NestedObject
name: nodeConfig
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ resource "google_memcache_instance" "test" {
"max-item-size" = "8388608"
}
}
memcache_version = "MEMCACHE_1_6_15"
}
data "google_compute_network" "memcache_network" {
Expand Down

0 comments on commit 7ade9bb

Please sign in to comment.