Skip to content

Commit

Permalink
chore(servicediscovery): rename docs/test props (#20639)
Browse files Browse the repository at this point in the history
It was noticed that 'covfefe' is a potentially charged word. This is a
straightforward PR to rename instances of 'covfefe' to something less
politically adjacent.

Please see comment here: https://twitter.com/bryson3gps/status/1533880885015093248

----

### All Submissions:

* [X] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md)

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
kellertk committed Jun 7, 2022
1 parent 58dffd8 commit c88b20f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const app = new cdk.App();
const stack = new cdk.Stack(app, 'aws-servicediscovery-integ');

const namespace = new servicediscovery.HttpNamespace(stack, 'MyNamespace', {
name: 'covfefe',
name: 'MyHTTPNamespace',
});

const service1 = namespace.createService('NonIpService', {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"MyNamespaceD0BB8558": {
"Type": "AWS::ServiceDiscovery::HttpNamespace",
"Properties": {
"Name": "covfefe"
"Name": "MyHTTPNamespace"
}
},
"MyNamespaceNonIpService3B425009": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"attributes": {
"aws:cdk:cloudformation:type": "AWS::ServiceDiscovery::HttpNamespace",
"aws:cdk:cloudformation:props": {
"name": "covfefe"
"name": "MyHTTPNamespace"
}
},
"constructInfo": {
Expand Down

0 comments on commit c88b20f

Please sign in to comment.