Updated README

This commit is contained in:
2023-10-31 15:37:30 +01:00
parent 7affa009ca
commit f0f41d5998

View File

@ -13,6 +13,7 @@ This Drone plugin uses the Terraform CLI and makes it compatible with Drone.
settings:
api_token: <api_token>
cloud_organization: <cloud_organization>
path: <path relative to Git repo>
args: <args>
```
@ -40,5 +41,6 @@ steps:
from_secret: api_token
cloud_organization:
from_secret: cloud_organization
path: terraform
args: plan
```