Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rpksh committed Apr 9, 2019
1 parent 6124480 commit eb15167
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions challenge3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ Input
- AWS credentials should be provided to the controller via environment
- Kubernetes manifest as shown below (extend the spec as needed)
# Solution - (in-progress)
# Approach 1 details
- Import the terraform golang packages
- create the bucket through the code.
- store the output `terraform.state` in one of the provisioned kubernetes object status fields after creating the bucket.
- Add a finalizer field to the object to wait for deletion of the bucket Content.
- when delete call is made,use the `terrafom.state` file to delete bucket from cloud.

0 comments on commit eb15167

Please sign in to comment.