binbashar / terraform-aws-ec2-basic-layout

Terraform module to deploy a typical EC2 layout that includes an instance with a security group and a dns record.
Apache License 2.0
5 stars 3 forks source link

Bbl 54 tf form ansible play sec users #5

Closed exequielrafaela closed 4 years ago

exequielrafaela commented 4 years ago

@diego-ojeda-binbash re-creating PR to validate automated terrastests for the 3 tests cases passed as expected

exequielrafaela commented 4 years ago

@diego-ojeda-binbash For some reason the automated hooked integration is not being triggered. I'll keep you posted when is working.

exequielrafaela commented 4 years ago

@diego-ojeda-binbash Oh boy! the code was commented. I'll fix it right away.

#
# Jobs workflow
#
workflows:
  version: 2
  changelog_and_release:
    jobs:
#      - test-static-code-and-linting:
#          context: binbashar-org-global-context
#          filters:
#            branches:
#             ignore: # only branches matching the below regex filters will run
#               - master
#      - test-e2e-terratests:
#          context: binbashar-org-global-context
#          filters:
#            branches:
#             ignore: # only branches matching the below regex filters will run
#               - master
      - release-patch-with-changelog:
          context: binbashar-org-global-context
          filters:
            branches:
             only: # only branches matching the below regex filters will run
               - master
exequielrafaela commented 4 years ago

Here we go! :) :muscle: Hope every test get passed :heavy_check_mark: :checkered_flag: