-
Notifications
You must be signed in to change notification settings - Fork 0
feat: added private endpoint resources #4
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
Open
manjeet-cd
wants to merge
9
commits into
master
Choose a base branch
from
feat/mysql
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
721ad41
feat:updated the resources,variables,outputs of root and examples
manjeet-cd ca1a4f7
feat:updated resources and examples
manjeet-cd 5bad609
feat: updated resources and naming
manjeet-cd 4f7379b
fix: updated tags and source of modules
ayush-cd e149973
chore: remove unused auto_assignee.yml github workflow file
ayush-cd 215daa3
feat: added private endpoint resource
manjeet-cd 78dc814
fix:removed gemini comments
manjeet-cd 8fd4f6b
fix: updated readme.md
manjeet-cd e49ac9c
fix: added version.tf in examples,skip CKV_AZURE_94
manjeet-cd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,15 @@ | ||
| name: Auto merge | ||
| on: | ||
| pull_request: | ||
| permissions: | ||
| contents: write | ||
| checks: read | ||
| pull-requests: write | ||
| jobs: | ||
| auto-merge: | ||
| uses: clouddrove/github-shared-workflows/.github/workflows/auto_merge.yml@master | ||
| secrets: | ||
| GITHUB: ${{ secrets.GITHUB }} | ||
| with: | ||
| tfcheck: 'examples/complete/**' | ||
| azure_cloud: true | ||
| tfchecks_azure: '["pr-validation / 📝 Validate PR title", "pr-validation / 🧾 Validate Commit Messages", "tf-lint / tflint"]' | ||
| secrets: | ||
| GITHUB: ${{ secrets.GITHUB }} |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| ##----------------------------------------------------------------------------- | ||
| ## Data | ||
| ##----------------------------------------------------------------------------- | ||
| data "azurerm_client_config" "current" {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,46 +1,40 @@ | ||
| <!-- BEGIN_TF_DOCS --> | ||
| ## Requirements | ||
|
|
||
| # Terraform Azure Module Template | ||
| No requirements. | ||
|
|
||
| This directory contains an example usage of the **terraform-azure-module-template**. It demonstrates how to use the module with default settings or with custom configurations. | ||
| ## Providers | ||
|
|
||
| --- | ||
| | Name | Version | | ||
| |------|---------| | ||
| | <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 4.53.0 | | ||
|
|
||
| ## 📋 Requirements | ||
| ## Modules | ||
|
|
||
| | Name | Version | | ||
| |-----------|-----------| | ||
| | Terraform | >= 1.6.6 | | ||
| | Azurerm | >= 3.116.0| | ||
| | Name | Source | Version | | ||
| |------|--------|---------| | ||
| | <a name="module_flexible-mysql"></a> [flexible-mysql](#module\_flexible-mysql) | ../../ | n/a | | ||
| | <a name="module_log-analytics"></a> [log-analytics](#module\_log-analytics) | terraform-az-modules/log-analytics/azurerm | 1.0.2 | | ||
| | <a name="module_private_dns"></a> [private\_dns](#module\_private\_dns) | terraform-az-modules/private-dns/azurerm | 1.0.2 | | ||
| | <a name="module_resource_group"></a> [resource\_group](#module\_resource\_group) | terraform-az-modules/resource-group/azurerm | 1.0.3 | | ||
| | <a name="module_subnet"></a> [subnet](#module\_subnet) | terraform-az-modules/subnet/azurerm | 1.0.1 | | ||
| | <a name="module_vault"></a> [vault](#module\_vault) | terraform-az-modules/key-vault/azurerm | 1.0.1 | | ||
| | <a name="module_vnet"></a> [vnet](#module\_vnet) | terraform-az-modules/vnet/azurerm | 1.0.3 | | ||
|
|
||
| --- | ||
| ## Resources | ||
|
|
||
| ## 🔌 Providers | ||
| | Name | Type | | ||
| |------|------| | ||
| | [azurerm_client_config.current_client_config](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/client_config) | data source | | ||
|
|
||
| None specified in this example. | ||
| ## Inputs | ||
|
|
||
| --- | ||
| No inputs. | ||
|
|
||
| ## 📦 Modules | ||
|
|
||
| None specified in this example. | ||
|
|
||
| --- | ||
|
|
||
| ## 🏗️ Resources | ||
|
|
||
| No resources are directly created in this example. | ||
|
|
||
| --- | ||
|
|
||
| ## 🔧 Inputs | ||
|
|
||
| No input variables are defined in this example. | ||
|
|
||
| --- | ||
|
|
||
| ## 📤 Outputs | ||
|
|
||
| No outputs are defined in this example. | ||
| ## Outputs | ||
|
|
||
| | Name | Description | | ||
| |------|-------------| | ||
| | <a name="output_flexible-mysql_server_id"></a> [flexible-mysql\_server\_id](#output\_flexible-mysql\_server\_id) | The ID of the MySQL Flexible Server. | | ||
| | <a name="output_flexible-mysql_server_name"></a> [flexible-mysql\_server\_name](#output\_flexible-mysql\_server\_name) | The Name of the MySQL Flexible Server. | | ||
| <!-- END_TF_DOCS --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,13 @@ | ||
| ##----------------------------------------------------------------------------- | ||
| ## Outputs | ||
| ##----------------------------------------------------------------------------- | ||
| output "flexible-mysql_server_id" { | ||
| value = module.flexible-mysql.mysql_flexible_server_id | ||
| description = "The ID of the MySQL Flexible Server." | ||
| } | ||
|
|
||
| output "flexible-mysql_server_name" { | ||
| value = module.flexible-mysql.mysql_flexible_server_name | ||
| description = "The Name of the MySQL Flexible Server." | ||
| } | ||
|
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.