Skip to content

fix vpc#5

Open
ymktmk wants to merge 9 commits intomainfrom
fix-vpc
Open

fix vpc#5
ymktmk wants to merge 9 commits intomainfrom
fix-vpc

Conversation

@ymktmk
Copy link
Owner

@ymktmk ymktmk commented Oct 24, 2022

No description provided.

@github-actions
Copy link

github-actions bot commented Oct 24, 2022

CFn change sets

test (4 changes)

Action 論理ID 物理ID リソースタイプ 置換
Modify AttachCfInternetGateway test-Attach-OESG39VOAXO6 EC2::VPCGatewayAttachment False
Modify CfPrivateSubnet subnet-0226c95f23ac2d286 EC2::Subnet True
Modify CfPublicSubnet subnet-0954f4971b9a6f0c7 EC2::Subnet True
Modify CfVPC vpc-0a1c072a99e98ddbb EC2::VPC True
Details
{
    "Changes": [
        {
            "Type": "Resource",
            "ResourceChange": {
                "Action": "Modify",
                "LogicalResourceId": "AttachCfInternetGateway",
                "PhysicalResourceId": "test-Attach-OESG39VOAXO6",
                "ResourceType": "AWS::EC2::VPCGatewayAttachment",
                "Replacement": "False",
                "Scope": [
                    "Properties"
                ],
                "Details": [
                    {
                        "Target": {
                            "Attribute": "Properties",
                            "Name": "VpcId",
                            "RequiresRecreation": "Never"
                        },
                        "Evaluation": "Static",
                        "ChangeSource": "ResourceReference",
                        "CausingEntity": "CfVPC"
                    }
                ]
            }
        },
        {
            "Type": "Resource",
            "ResourceChange": {
                "Action": "Modify",
                "LogicalResourceId": "CfPrivateSubnet",
                "PhysicalResourceId": "subnet-0226c95f23ac2d286",
                "ResourceType": "AWS::EC2::Subnet",
                "Replacement": "True",
                "Scope": [
                    "Properties"
                ],
                "Details": [
                    {
                        "Target": {
                            "Attribute": "Properties",
                            "Name": "VpcId",
                            "RequiresRecreation": "Always"
                        },
                        "Evaluation": "Static",
                        "ChangeSource": "ResourceReference",
                        "CausingEntity": "CfVPC"
                    },
                    {
                        "Target": {
                            "Attribute": "Properties",
                            "Name": "CidrBlock",
                            "RequiresRecreation": "Always"
                        },
                        "Evaluation": "Dynamic",
                        "ChangeSource": "DirectModification"
                    },
                    {
                        "Target": {
                            "Attribute": "Properties",
                            "Name": "CidrBlock",
                            "RequiresRecreation": "Always"
                        },
                        "Evaluation": "Static",
                        "ChangeSource": "ParameterReference",
                        "CausingEntity": "PrivateSubnetCIDR"
                    }
                ]
            }
        },
        {
            "Type": "Resource",
            "ResourceChange": {
                "Action": "Modify",
                "LogicalResourceId": "CfPublicSubnet",
                "PhysicalResourceId": "subnet-0954f4971b9a6f0c7",
                "ResourceType": "AWS::EC2::Subnet",
                "Replacement": "True",
                "Scope": [
                    "Properties"
                ],
                "Details": [
                    {
                        "Target": {
                            "Attribute": "Properties",
                            "Name": "CidrBlock",
                            "RequiresRecreation": "Always"
                        },
                        "Evaluation": "Static",
                        "ChangeSource": "ParameterReference",
                        "CausingEntity": "PublicSubnetCIDR"
                    },
                    {
                        "Target": {
                            "Attribute": "Properties",
                            "Name": "VpcId",
                            "RequiresRecreation": "Always"
                        },
                        "Evaluation": "Static",
                        "ChangeSource": "ResourceReference",
                        "CausingEntity": "CfVPC"
                    },
                    {
                        "Target": {
                            "Attribute": "Properties",
                            "Name": "CidrBlock",
                            "RequiresRecreation": "Always"
                        },
                        "Evaluation": "Dynamic",
                        "ChangeSource": "DirectModification"
                    }
                ]
            }
        },
        {
            "Type": "Resource",
            "ResourceChange": {
                "Action": "Modify",
                "LogicalResourceId": "CfVPC",
                "PhysicalResourceId": "vpc-0a1c072a99e98ddbb",
                "ResourceType": "AWS::EC2::VPC",
                "Replacement": "True",
                "Scope": [
                    "Properties"
                ],
                "Details": [
                    {
                        "Target": {
                            "Attribute": "Properties",
                            "Name": "CidrBlock",
                            "RequiresRecreation": "Always"
                        },
                        "Evaluation": "Static",
                        "ChangeSource": "ParameterReference",
                        "CausingEntity": "VpcCIDR"
                    },
                    {
                        "Target": {
                            "Attribute": "Properties",
                            "Name": "CidrBlock",
                            "RequiresRecreation": "Always"
                        },
                        "Evaluation": "Dynamic",
                        "ChangeSource": "DirectModification"
                    }
                ]
            }
        }
    ],
    "ChangeSetName": "test-20221024073509",
    "ChangeSetId": "arn:aws:cloudformation:ap-northeast-1:009554248005:changeSet/test-20221024073509/9bff5923-a6f9-4aee-8298-5090ac3ffd63",
    "StackId": "arn:aws:cloudformation:ap-northeast-1:009554248005:stack/test/45851cb0-4228-11ed-9ace-0aaf74e4505d",
    "StackName": "test",
    "Description": null,
    "Parameters": [
        {
            "ParameterKey": "PublicSubnetCIDR",
            "ParameterValue": ""
        },
        {
            "ParameterKey": "PrivateSubnetCIDR",
            "ParameterValue": ""
        },
        {
            "ParameterKey": "VpcCIDR",
            "ParameterValue": ""
        }
    ],
    "CreationTime": "2022-10-24T07:35:13.105000+00:00",
    "ExecutionStatus": "AVAILABLE",
    "Status": "CREATE_COMPLETE",
    "StatusReason": null,
    "NotificationARNs": [],
    "RollbackConfiguration": {
        "RollbackTriggers": []
    },
    "Capabilities": [],
    "Tags": null,
    "ParentChangeSetId": null,
    "IncludeNestedStacks": false,
    "RootChangeSetId": null
}

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.

1 participant