├── .github └── FUNDING.yml ├── README.md ├── action.yaml └── planapply.gif /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: 2 | - dflook 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dflook/terraform-apply/HEAD/README.md -------------------------------------------------------------------------------- /action.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dflook/terraform-apply/HEAD/action.yaml -------------------------------------------------------------------------------- /planapply.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dflook/terraform-apply/HEAD/planapply.gif --------------------------------------------------------------------------------