Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Use IdentifierFromProvider for bucket as a workaround for #12 #16

Closed
wants to merge 1 commit into from

Conversation

turkenh
Copy link
Collaborator

@turkenh turkenh commented Dec 7, 2021

Description of your changes

Due to this terraform gcp provider issue, our first refresh hangs (for a timeout of 20m) with retries if we have an "id" set for a non-existing bucket.

This PR aims to work around this issue by using IdentifierFromProvider external name config which means not setting id in the first refresh at all.

Fixes #12

I have:

  • Read and followed Crossplane's contribution process.
  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

Create/delete a bucket using the example manifest under examples dir.

@turkenh turkenh mentioned this pull request Dec 7, 2021
@turkenh turkenh requested review from muvaf and ulucinar December 7, 2021 19:21
@turkenh
Copy link
Collaborator Author

turkenh commented Jan 3, 2022

Closing this as we chose another solution to move forwards: #12 (comment)

@turkenh turkenh closed this Jan 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bucket resource fails
1 participant