high-morning-18773
11/14/2019, 6:22 PMwhite-balloon-205
aws.rds.ParameterGroup(logicalName, { name: physicalName })
.high-morning-18773
11/14/2019, 6:23 PMwhite-balloon-205
high-morning-18773
11/14/2019, 6:24 PMpulumi:pulumi:Stack: (same)
[urn=urn:pulumi:test::test::pulumi:pulumi:Stack::test-test]
+ aws:rds/parameterGroup:ParameterGroup: (create)
[urn=urn:pulumi:test::test::mahana-python:snorkelfargateapp:MahanaFargateApp$aws:rds/parameterGroup:ParameterGroup::testdevapptest]
[provider=urn:pulumi:test::test::pulumi:providers:aws::default_1_7_0::4910d117-d2d7-4356-83a3-4e4c7694b51a]
description: "Managed by Pulumi"
family : "postgres9.6"
name : "testdevapprdsparameters"
parameters : [
[0]: {
applyMethod: "pending-reboot"
name : "rds.force_ssl"
value : "0"
}
]
- aws:rds/parameterGroup:ParameterGroup: (delete)
[id=testrdsparameters]
[urn=urn:pulumi:test::test::aws:rds/parameterGroup:ParameterGroup::test]
[provider=urn:pulumi:test::test::pulumi:providers:aws::default_1_8_0::de9a190f-2958-4411-a5e8-fd8a3a52bfc0]
--aws:ecs/taskDefinition:TaskDefinition: (delete-replaced)
[id=testdevappfargate-task]
[urn=urn:pulumi:test::test::mahana-python:snorkelfargateapp:MahanaFargateApp$aws:ecs/taskDefinition:TaskDefinition::testdevappapp-task]
[provider=urn:pulumi:test::test::pulumi:providers:aws::default_1_8_0::de9a190f-2958-4411-a5e8-fd8a3a52bfc0]
- aws:rds/parameterGroup:ParameterGroup: (delete)
[id=testdevapprdsparameters]
[urn=urn:pulumi:test::test::aws:rds/parameterGroup:ParameterGroup::testdevapptest]
[provider=urn:pulumi:test::test::pulumi:providers:aws::default_1_8_0::de9a190f-2958-4411-a5e8-fd8a3a52bfc0]
white-balloon-205
urn:pulumi:test::test::aws:rds/parameterGroup:ParameterGroup::test
• urn:pulumi:test::test::mahana-python:snorkelfargateapp:MahanaFargateApp$aws:rds/parameterGroup:ParameterGroup::testdevapptest
Are you moving it inside a component?aliases
to tell Pulumi these are two different names for the same thing.
https://www.pulumi.com/docs/intro/concepts/programming-model/#aliaseshigh-morning-18773
11/14/2019, 6:29 PMProvides a list of aliases for a resource or component. When making a breaking change to the name or type of a resource or component, you can add the old name to the list of aliases for a resource to ensure that existing resources will be migrated to the new name instead of being deleted and replaced with the new named resource.