Skip to content

Commit

Permalink
add generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
Isan-Rivkin committed Jul 18, 2023
1 parent d5eb7e8 commit bf5f9d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/aws-cloudcontrol-generator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ func createFile(args map[string]interface{}) {
}

func main() {
log.Info("running generate haha")
auth, err := awsu.NewSessionInput("default", "us-east-1")
log.Info("running code generation for cloudformation resources")
auth, err := awsu.NewSessionInput("", "")
if err != nil {
panic(fmt.Errorf("creating session in AWS: %w", err))
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package cloudformationgenerated

/*
THIS FILE WAS AUTO GENERATED AT 2023-07-18 09:05:57
THIS FILE WAS AUTO GENERATED AT 2023-07-18 09:18:52
Do not edit this file, run "go generate" to re-generate this file with an
updated resources of CloudFormation list.
Expand Down

0 comments on commit bf5f9d4

Please sign in to comment.