mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-27 17:06:27 -06:00
408ce5fe3f
* Revert "datadog: Fix incorrect schema of monitor for 'silenced' (#12720)" This reverts commit8730bf125f
. * Revert "schema: Allow *Resource as Elem of TypeMap in validation (#12722)" This reverts commit1df1c21d5b
. * Revert "provider/alicloud: change create ecs postpaid instance API (#12226)" This reverts commitffc5a06cb5
.
7 lines
141 B
HCL
7 lines
141 B
HCL
output "hostname" {
|
|
value = "${alicloud_instance.website.instance_name}"
|
|
}
|
|
|
|
output "ecs_id" {
|
|
value = "${alicloud_instance.website.id}"
|
|
} |