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

Add support for Amazon S3 Bucket feed #804

Merged
merged 5 commits into from
Oct 24, 2024
Merged

Add support for Amazon S3 Bucket feed #804

merged 5 commits into from
Oct 24, 2024

Conversation

denys-octopus
Copy link
Contributor

Allows to create, modify or access Amazon S3 Bucket feeds

resource "octopusdeploy_s3_feed" "new_s3_bucket" {
  name = "AWS Bucket"
  use_machine_credentials = false
  access_key = "given_access_key"
  secret_key = "given_secret_key"
}

data "octopusdeploy_feeds" "existing_s3" {
  feed_type    = "S3"
  ids          = ["Feeds-123456"]
}

Copy link
Contributor

@domenicsim1 domenicsim1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@denys-octopus denys-octopus merged commit 3b95f72 into main Oct 24, 2024
22 checks passed
@denys-octopus denys-octopus deleted the dk/add-s3-feed branch October 24, 2024 20:23
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.

2 participants