Skip to content
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

Feat/update #14

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Feat/update #14

wants to merge 10 commits into from

Conversation

NotMaharshi
Copy link
Member

what

  • Checked and removed deprecated resources
  • Updated module with latest terraform version

why

  • There were a lot of changes like app service resource is now divided into two resources linux_web_app and windows_web_app
  • Removed Application insights azure portal error
  • Replaced derecated arguments with new ones

@clouddrove-ci clouddrove-ci self-assigned this Sep 17, 2024
Copy link
Member

@13archit 13archit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also please remove lints.

versions.tf Outdated
@@ -1,12 +1,12 @@
terraform {
required_version = ">= 1.3.6"
required_version = ">= 1.9.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why >=1.9.0 ?

@@ -249,4 +493,90 @@ variable "integration_subnet_id" {
type = string
default = null
description = "The resource ID of the subnet"
}

variable "app_insights_workspace_id" {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is description?
Please add in all and also please follow the following format:-

type        = ""
default     = ""
description = ""

pull_request:
workflow_dispatch:
complete-linux-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.8
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use master branch. Also correct in all other workflows.

module "resource_group" {
source = "clouddrove/resource-group/azure"
version = "1.0.2"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove extra space, also check other also and remove.

workflow_dispatch:
jobs:
assignee:
uses: clouddrove/github-shared-workflows/.github/workflows/auto_assignee.yml@1.2.8
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.28 instead of this use branch

pull_request:
jobs:
auto-merge:
uses: clouddrove/github-shared-workflows/.github/workflows/auto_merge.yml@1.2.8
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.28 instead of this use branch

@clouddrove-ci
Copy link
Member

Terraform Security Scan Failed

Show Output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants