diff --git a/README.md b/README.md index b1d3640..bbcee45 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ This Github Action is used to run Terraform apply for a single, Atmos-supported component with a saved planfile in S3 and DynamoDB. + --- > [!NOTE] > This project is part of Cloud Posse's comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps. @@ -39,9 +40,6 @@ This Github Action is used to run Terraform apply for a single, Atmos-supported [![README Header][readme_header_img]][readme_header_link] - - - ## Introduction This Github Action is used to run Terraform apply for a single, Atmos-supported component with a saved planfile in S3 and DynamoDB. @@ -301,62 +299,11 @@ specific language governing permissions and limitations under the License. ``` - -## Apply Succeeded for `foobar` in `plat-ue2-sandbox` - - - - - - -[![apply](https://shields.io/badge/APPLY-SUCCESS-success?style=for-the-badge)](#user-content-apply-plat-ue2-sandbox-foobar) - - -
Apply complete! Resources: 1 added, 0 changed, 1 destroyed. - -
-To reproduce this locally, run:

- -```shell -atmos terraform apply foobar -s plat-ue2-sandbox -``` -
- - -
Terraform Apply Summary - -```hcl -random_id.foo: Destroying... [id=oIE_s3bSF9A] -random_id.foo: Destruction complete after 0s -random_id.foo: Creating... -random_id.foo: Creation complete after 0s [id=WGAQulCR148] - -Apply complete! Resources: 1 added, 0 changed, 1 destroyed. - -Outputs: - -result = "WGAQulCR148" -sensitive_value = - -``` - -
- -
Terraform Outputs - -| name | value | -|----|---------------| -| result | "WGAQulCR148" | -| sensitive_value | \ | - -
- - ## Trademarks All other trademarks referenced herein are the property of their respective owners. --- -Copyright © 2017-2023 [Cloud Posse, LLC](https://cpco.io/copyright) +Copyright © 2017-2024 [Cloud Posse, LLC](https://cpco.io/copyright) [![README Footer][readme_footer_img]][readme_footer_link] [![Beacon][beacon]][website]