-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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 Terraform deploy manifests for quick setup in AWS #13252
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has totally checked 3612 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
2900 | 27 | 685 | 0 |
Click to see the invalid file list
- deploy/terraform/aws/.terraform.lock.hcl
- deploy/terraform/aws/dolphinscheduler-alert.tf
- deploy/terraform/aws/dolphinscheduler-api.tf
- deploy/terraform/aws/dolphinscheduler-master.tf
- deploy/terraform/aws/dolphinscheduler-output.tf
- deploy/terraform/aws/dolphinscheduler-standalone.tf
- deploy/terraform/aws/dolphinscheduler-variables.tf
- deploy/terraform/aws/dolphinscheduler-worker.tf
- deploy/terraform/aws/key-pair-main.tf
- deploy/terraform/aws/network-main.tf
- deploy/terraform/aws/network-variables.tf
- deploy/terraform/aws/os-versions.tf
- deploy/terraform/aws/packer/ds-ami-local.pkr.hcl
- deploy/terraform/aws/packer/ds-ami-official.pkr.hcl
- deploy/terraform/aws/provider-main.tf
- deploy/terraform/aws/provider-variables.tf
- deploy/terraform/aws/rds-main.tf
- deploy/terraform/aws/rds-output.tf
- deploy/terraform/aws/rds-variables.tf
- deploy/terraform/aws/s3-main.tf
- deploy/terraform/aws/s3-outputs.tf
- deploy/terraform/aws/s3-variables.tf
- deploy/terraform/aws/templates/cloud-init.yaml
- deploy/terraform/aws/templates/zookeeper/cloud-init.yaml
- deploy/terraform/aws/zookeeper-main.tf
- deploy/terraform/aws/zookeeper-output.tf
- deploy/terraform/aws/zookeeper-variables.tf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has totally checked 3612 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
2900 | 27 | 685 | 0 |
Click to see the invalid file list
- deploy/terraform/aws/.terraform.lock.hcl
- deploy/terraform/aws/dolphinscheduler-alert.tf
- deploy/terraform/aws/dolphinscheduler-api.tf
- deploy/terraform/aws/dolphinscheduler-master.tf
- deploy/terraform/aws/dolphinscheduler-output.tf
- deploy/terraform/aws/dolphinscheduler-standalone.tf
- deploy/terraform/aws/dolphinscheduler-variables.tf
- deploy/terraform/aws/dolphinscheduler-worker.tf
- deploy/terraform/aws/key-pair-main.tf
- deploy/terraform/aws/network-main.tf
- deploy/terraform/aws/network-variables.tf
- deploy/terraform/aws/os-versions.tf
- deploy/terraform/aws/packer/ds-ami-local.pkr.hcl
- deploy/terraform/aws/packer/ds-ami-official.pkr.hcl
- deploy/terraform/aws/provider-main.tf
- deploy/terraform/aws/provider-variables.tf
- deploy/terraform/aws/rds-main.tf
- deploy/terraform/aws/rds-output.tf
- deploy/terraform/aws/rds-variables.tf
- deploy/terraform/aws/s3-main.tf
- deploy/terraform/aws/s3-outputs.tf
- deploy/terraform/aws/s3-variables.tf
- deploy/terraform/aws/templates/cloud-init.yaml
- deploy/terraform/aws/templates/zookeeper/cloud-init.yaml
- deploy/terraform/aws/zookeeper-main.tf
- deploy/terraform/aws/zookeeper-output.tf
- deploy/terraform/aws/zookeeper-variables.tf
a4079e4
to
672c730
Compare
Codecov Report
@@ Coverage Diff @@
## dev #13252 +/- ##
============================================
- Coverage 39.50% 39.50% -0.01%
+ Complexity 4286 4284 -2
============================================
Files 1072 1072
Lines 40551 40553 +2
Branches 4672 4672
============================================
- Hits 16021 16019 -2
- Misses 22748 22754 +6
+ Partials 1782 1780 -2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
672c730
to
c8ad5fe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. 👍🏻
Kudos, SonarCloud Quality Gate passed! |
Thank you @caishunfeng for providing an AWS testing account!