mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 07:01:32 -07:00
added hostname on compute instances (#356)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
92917e2b2d
commit
1c906b1c2c
2 changed files with 28 additions and 0 deletions
|
@ -258,6 +258,14 @@ resources:
|
|||
instance.
|
||||
returned: success
|
||||
type: str
|
||||
hostname:
|
||||
description:
|
||||
- The hostname of the instance to be created. The specified hostname must be
|
||||
RFC1035 compliant. If hostname is not specified, the default hostname is [INSTANCE_NAME].c.[PROJECT_ID].internal
|
||||
when using the global DNS, and [INSTANCE_NAME].[ZONE].c.[PROJECT_ID].internal
|
||||
when using zonal DNS.
|
||||
returned: success
|
||||
type: str
|
||||
id:
|
||||
description:
|
||||
- The unique identifier for the resource. This identifier is defined by the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue