Skip to content

Commit

Permalink
chore: Rename host id
Browse files Browse the repository at this point in the history
  • Loading branch information
rthorn-nr committed Dec 28, 2023
1 parent 161be32 commit b14141c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"resources": [
{
"id": "host1",
"id": "host2",
"provider": "aws",
"type": "ec2",
"size": "t3.nano",
Expand All @@ -19,7 +19,7 @@
{
"id": "nr_infra",
"resource_ids": [
"host1"
"host2"
],
"provider": "newrelic",
"source_repository": "https://github.com/newrelic/open-install-library",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"resources": [
{
"id": "host1",
"id": "host2",
"provider": "aws",
"type": "ec2",
"size": "t3.nano",
Expand All @@ -20,7 +20,7 @@
{
"id": "nr_infra_otel",
"resource_ids": [
"host1"
"host2"
],
"provider": "newrelic",
"source_repository": "https://github.com/newrelic/open-install-library.git",
Expand Down

0 comments on commit b14141c

Please sign in to comment.