We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298affd commit d0f5ac6Copy full SHA for d0f5ac6
example.tf
@@ -1,10 +1,6 @@
1
resource "azurerm_resource_group" "example" {
2
name = "example-resources"
3
location = "West Europe"
4
- tags = {
5
- yor_name = "example"
6
- yor_trace = "f9bc7151-2e2d-4ded-9385-613ec6adcf3c"
7
- }
8
}
9
10
resource "azurerm_storage_account" "example" {
@@ -16,7 +12,5 @@ resource "azurerm_storage_account" "example" {
16
12
17
13
tags = {
18
14
environment = "staging"
19
20
- yor_trace = "e1439513-b7ed-477b-88c1-cac4ffec5dd6"
21
15
22
github_conf/branch_protection_rules.json
@@ -0,0 +1,5 @@
+{
+ "message": "Not Found",
+ "documentation_url": "https://docs.github.com/rest",
+ "status": "404"
+}
0 commit comments