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

Replace APPMESH_VIRTUAL_NODE_NAME with APPMESH_RESOURCE_ARN #566

Merged
merged 1 commit into from
Apr 20, 2023

Conversation

XinyiZhangAws
Copy link
Contributor

Description of changes: Replace deprecated environment variable APPMESH_VIRTUAL_NODE_NAME with APPMESH_RESOURCE_ARN by following the AppMesh official documentation.

Maintain the value of the field to be only mesh name and resource name to keep it consistent with other use cases from this git repo.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@XinyiZhangAws XinyiZhangAws requested a review from a team as a code owner April 19, 2023 16:53
@@ -183,7 +183,7 @@ Resources:
awslogs-region: !Ref AWS::Region
awslogs-stream-prefix: "database-envoy"
Environment:
- Name: "APPMESH_VIRTUAL_NODE_NAME"
- Name: "APPMESH_RESOURCE_ARN"
Copy link
Contributor

Choose a reason for hiding this comment

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

So this new env variable doesn't actually need the full arn?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, that's true.

@XinyiZhangAws XinyiZhangAws merged commit da552da into aws:main Apr 20, 2023
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.

None yet

4 participants