Skip to content

Commit a00f202

Browse files
kwagdysinan
authored andcommitted
Update index.md
1 parent 4960df7 commit a00f202

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/what-is-a-stack/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Stack file/template is where you describe your dev environment using **[Terrafo
1111

1212
Terraform is used by 100s of companies worldwide and it is used to create, manage, and manipulate infrastructure resources. Examples of resources include physical machines, VMs, network switches, containers, etc. Almost any infrastructure noun can be represented as a resource in Terraform.
1313

14-
Terraform is agnostic to the underlying platforms by supporting providers. A provider is responsible for understanding API interactions and exposing resources. Providers generally are an IaaS (e.g. AWS, GCP, Microsoft Azure, OpenStack), PaaS (e.g. Heroku), or SaaS services (e.g. Atlas, DNSimple, CloudFlare).
14+
Terraform is agnostic to the underlying platforms by supporting providers. A provider is responsible for understanding API interactions and exposing resources. Providers generally are an IaaS (e.g. AWS, GCP, Microsoft Azure, OpenStack), PaaS (e.g. Heroku) or SaaS services (e.g. Atlas, DNSimple, CloudFlare).
1515

1616
Koding Stacks are written in YAML format, here is [how to convert Terraform script to YAML](/docs/terraform-to-koding). It is very easy. We are planning to support Terraform files directly in the near future.
1717

@@ -54,4 +54,4 @@ resource:
5454
# ls /
5555
#
5656
# for more information please click the link below "Stack Script Docs"
57-
```
57+
```

0 commit comments

Comments
 (0)