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

Adds ability to use terraform module directly from GitHub repository #244

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tknisch
Copy link

@tknisch tknisch commented Apr 15, 2024

When you use an existing terraform project and you want to include the aws-lambda-power-tuning you have to clone/download the repository and copy the files.

Another, easier solution is to directly reference the remote directory. For this, some paths has to be changed.
Now, both solutions will work.

Remote inclusion will look like:

module "aws-lambda-power-tuning" {
  source = "[email protected]:alexcasalboni/aws-lambda-power-tuning//terraform/module"
  account_id = data.aws_caller_identity.current.account_id
}

@alexcasalboni
Copy link
Owner

Hi @tknisch 👋 thanks for reaching out 🙏

Good news: we've been working on this already 🎉

Here's a temporary module, which we're planning to move to an official AWS account: https://registry.terraform.io/modules/sfloresk/lambda-power-tuning/aws/latest

CC @sfloresk

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

Successfully merging this pull request may close these issues.

None yet

2 participants