Skip to content

Commit

Permalink
Update README.md and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
milldr authored Jan 26, 2024
1 parent 39b5ee4 commit 2f5800b
Showing 1 changed file with 2 additions and 55 deletions.
57 changes: 2 additions & 55 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -301,62 +299,11 @@ specific language governing permissions and limitations
under the License.
```


## Apply Succeeded for `foobar` in `plat-ue2-sandbox`



<a href="https://cloudposse.com/"><img src="https://cloudposse.com/logo-300x69.svg" width="100px" align="right"/></a>


[![apply](https://shields.io/badge/APPLY-SUCCESS-success?style=for-the-badge)](#user-content-apply-plat-ue2-sandbox-foobar)


<details><summary><a id="result-plat-ue2-sandbox-foobar" />Apply complete! Resources: 1 added, 0 changed, 1 destroyed.</summary>

<br/>
To reproduce this locally, run:<br/><br/>

```shell
atmos terraform apply foobar -s plat-ue2-sandbox
```
</details>


<details><summary><a id="apply-plat-ue2-sandbox-foobar" />Terraform <strong>Apply</strong> Summary</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 = <sensitive>
```

</details>

<details><summary><a id="outputs-plat-ue2-sandbox-foobar" />Terraform Outputs</summary>

| name | value |
|----|---------------|
| result | "WGAQulCR148" |
| sensitive_value | \<sensitive\> |

</details>


## 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]
<!-- markdownlint-disable -->
Expand Down

0 comments on commit 2f5800b

Please sign in to comment.