Skip to content

Commit

Permalink
OPSOC-981 Fix indentation so SGs are being created (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Bantiuc authored Jan 19, 2022
1 parent a9084a5 commit b2ba2ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions efopen/ef_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,8 +752,8 @@ def main():
if CONTEXT.env != "global":
conditionally_create_profile(target_name, service_type)

# 2. SECURITY GROUP(S) FOR THE SERVICE : only some types of services get security groups
conditionally_create_security_groups(CONTEXT.env, service_name, service_type)
# 2. SECURITY GROUP(S) FOR THE SERVICE : only some types of services get security groups
conditionally_create_security_groups(CONTEXT.env, service_name, service_type)

# 3. KMS KEY FOR THE SERVICE : only some types of services get kms keys
conditionally_create_kms_key(target_name, service_type)
Expand Down

0 comments on commit b2ba2ee

Please sign in to comment.