Extract plugin-specific examples to plugin directories (#10228)

* move alicloud examples from common example directory to alicloud builder

* move amazon examples to amazon builder dir

* move examples into ansible provisioner directory

* move azure examples to builder dir

* move hyperone examples into builder directory

* move jdcloud builder examples into builder directory

* move tencent cloud examples into the builder directory

* move ucloud examples into ucloud builder directory
This commit is contained in:
Megan Marsh 2020-11-09 03:17:41 -08:00 committed by GitHub
parent cd74456026
commit 88e03280b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
51 changed files with 3 additions and 6 deletions

View File

@ -1,7 +1,4 @@
{
{
"variables":
{
"accesskey": "",
@ -22,13 +19,13 @@
"OS_Version": "Ubuntu",
"Release": "Latest"
}
}
}
],
"provisioners":[
{
"type": "shell",
"script": "{{user `shellpath`}}"
}
}
]
}