Add documentation for OCI freeform tags

This commit is contained in:
Harvey Lowndes 2018-07-06 14:23:25 +01:00 committed by Megan Marsh
parent 344e7e8b92
commit 6a4b2ccf82

View File

@ -138,6 +138,13 @@ launched instance.
init. See [the Oracle docs](https://docs.us-phoenix-1.oraclecloud.com/api/#/en/iaas/20160918/LaunchInstanceDetails) for more details. Example:
`"user_data_file": "./boot_config/myscript.sh"`
- `tags` (map of strings) - Add one or more freeform tags to the resulting custom image. See [the Oracle docs](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/taggingoverview.htm) for more details. Example:
``` {.yaml}
"tags":
"tag1": "value1"
"tag2": "value2"
```
## Basic Example