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

mv aws module to addons, adding example usage, adding readme with tfdocs #9

Closed
wants to merge 1 commit into from
Closed

Conversation

magusd
Copy link

@magusd magusd commented Apr 19, 2024

Solves:
#6 - partially, adds the concept of "addons" and a simple refactor of the aws module into a aws.bucket addon
#7 - adds example usage for the s3 module and an example usage of this module under examples/simpleapp

Example usage on examples/simpleapp/main.tf

addons = {
    media = {
      addon_type = "aws.bucket"
      config = {
        name = local.app_name
        username = local.app_name
        public = true
      }
    }
  }

@magusd magusd marked this pull request as ready for review April 19, 2024 20:27
@magusd magusd closed this Jun 20, 2024
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.

1 participant