Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add node outputs to the memcache module #57

Conversation

dkerr-ignw
Copy link
Contributor

google_memcache_instance exports a memcache_nodes block that has:

node_id - Identifier of the Memcached node. The node id does not include project or location like the Memcached instance name.

zone - Location (GCP Zone) for the Memcached node.

port - The port number of the Memcached server on this node.

host - Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.

state - Current state of the Memcached node.

This would be useful to upstream modules for things like assigning a DNS name to the IP address of the resulting nodes.

@comment-bot-dev
Copy link

comment-bot-dev commented May 20, 2021

Thanks for the PR! 🚀
✅ Lint checks have passed.

@dkerr-ignw dkerr-ignw changed the title Add node outputs to the memcache module so you can access things like… Add node outputs to the memcache module May 21, 2021
@morgante morgante merged commit 8fe3f81 into terraform-google-modules:master May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants