Skip to content

Commit

Permalink
Document auth_string output parameter for google_redis_instance (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktorn authored Dec 13, 2024
1 parent 9e83dc2 commit d7d5bdf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mmv1/products/redis/Instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ references:
'Official Documentation': 'https://cloud.google.com/memorystore/docs/redis/'
api: 'https://cloud.google.com/memorystore/docs/redis/reference/rest/v1/projects.locations.instances'
docs:
attributes: |
* `auth_string` - AUTH String set on the instance. This field will only be populated if auth_enabled is true.
base_url: 'projects/{{project}}/locations/{{region}}/instances'
create_url: 'projects/{{project}}/locations/{{region}}/instances?instanceId={{name}}'
update_verb: 'PATCH'
Expand Down
3 changes: 3 additions & 0 deletions mmv1/templates/terraform/resource.html.markdown.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ In addition to the arguments listed above, the following computed attributes are
* `self_link` - The URI of the created resource.
{{ "" }}
{{- end }}
{{- if $.Docs.Attributes }}
{{ $.Docs.Attributes }}
{{- end }}
{{ range $p := $.AllUserProperties }}
{{- if $p.Output }}
{{- trimTemplate "nested_property_documentation.html.markdown.tmpl" $p }}
Expand Down

0 comments on commit d7d5bdf

Please sign in to comment.