Skip to content

Commit

Permalink
Merge pull request #3 from SCT-Engineering/mcmCluster
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
patel385 committed Aug 22, 2024
2 parents 56eacde + 703dd51 commit e409668
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 180 deletions.
170 changes: 0 additions & 170 deletions .pre-commit-hooks.yaml

This file was deleted.

9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ have a istio proxy configured, prevent communication with that pod.)
configuration of which identities are allowed to call services, and
which services are allowed to interact with other services.

### Apply

A successful Apply will yield:

```terraform
Apply complete! Resources: 11 added, 0 changed, 0 destroyed.
Outputs:
Expand All @@ -33,13 +36,19 @@ module_version = "1.0.3"
real 1m24.584s
user 0m40.156s
sys 0m5.320s
```

### Destroy

A successful Destroy will yield:

```terraform
Destroy complete! Resources: 11 destroyed.
real 0m47.952s
user 0m25.809s
sys 0m2.991s
```

<!-- BEGIN_TF_DOCS -->
# tfmod-istio
Expand Down
10 changes: 0 additions & 10 deletions copy_images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@ module "images" {
image_config = local.image_config
tags = {}

### optional
## account_alias = ""
## account_id = ""
## destination_password = ""
## destination_username = ""
## override_prefixes = {}
## region = var.region
## source_password = ""
## source_username = ""

enable_lifecycle_policy = true
lifecycle_policy_all = true
force_delete = true
Expand Down

0 comments on commit e409668

Please sign in to comment.