Skip to content

Commit

Permalink
Reorg the directory Terraform native examples (#106)
Browse files Browse the repository at this point in the history
* Reorg the directory Terraform native examples

Put each .tf file in a single diretory, which makes it convinient
to run `terraform apply/destroy` for a signle cloud resource

* change the string type expression
  • Loading branch information
zzxwill authored Sep 11, 2021
1 parent 28fd898 commit c1afac4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/alibaba/rds/configuration_hcl_rds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ spec:
variable "account_name" {
description = "RDS instance user account name"
type = "string"
type = string
default = "oam"
}
variable "password" {
description = "RDS instance account password"
type = "string"
type = string
default = "Xyfff83jfewGGfaked"
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c1afac4

Please sign in to comment.