Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Version for Cloud Formation Registry modules #64

Open
bhvkrishna90 opened this issue Apr 23, 2021 · 0 comments
Open

Custom Version for Cloud Formation Registry modules #64

bhvkrishna90 opened this issue Apr 23, 2021 · 0 comments

Comments

@bhvkrishna90
Copy link

Lets say I have two modules in cloud formation registry:

organization::service::portcheck::MODULE with Versions 1, 2(Default version) and 3.

organization::service::iamcheck::MODULE with Versions 1(Default version) and 2.

Now want to write template.yml with below.

Resources:
  portcheckmodule: 
    Type: "organization::service::portcheck::MODULE"
  iamcheckmodule:
    Type: "organization::service::iamcheck::MODULE"

In the above example how can I define portcheck with version 3 and iamcheck with version 2 with in the template yml file.
Also how can I define custom version for the modules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant