Loading deployments/cfn/nested/networking/template.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ Resources: Tags: - Key: Name Value: !Sub - '${StackPrefix} Internet Gateway' - '${StackPrefix} Internet gateway' - StackPrefix: !Ref StackPrefix AttachGateway: Type: AWS::EC2::VPCGatewayAttachment Loading modules/cloud_budget/src/Controller/CloudCreditAccessControlHandler.php +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ use Drupal\Core\Entity\EntityInterface; use Drupal\Core\Session\AccountInterface; /** * Access controller for the Cluster Role entity. * Access controller for the cluster role entity. * * @see \Drupal\cloud_budget\Entity\CloudCredit. */ Loading modules/cloud_dashboard/cloud_dashboard/src/constant/entity_info_template/aws_cloud/carrier_gateway.ts +2 −2 Original line number Diff line number Diff line Loading @@ -5,10 +5,10 @@ const AWS_CLOUD_CARRIER_GATEWAY_TEMPLATE: EntityInfoTemplate = { entityName: 'carrier_gateway', entityRecords: [ { panelName: 'Carrier Gateway', panelName: 'Carrier gateway', tableRecordList: [], keyValueRecords: [ { labelName: 'Carrier Gateway ID', name: 'carrier_gateway_id', type: 'default' }, { labelName: 'Carrier gateway ID', name: 'carrier_gateway_id', type: 'default' }, { labelName: 'VPC ID', name: 'vpc_id', type: 'default' }, { labelName: 'State', name: 'state', type: 'default' }, { labelName: 'AWS account ID', name: 'account_id', type: 'default' }, Loading modules/cloud_dashboard/cloud_dashboard/src/constant/entity_info_template/aws_cloud/internet_gateway.ts +2 −2 Original line number Diff line number Diff line Loading @@ -5,10 +5,10 @@ const AWS_CLOUD_INTERNET_GATEWAY_TEMPLATE: EntityInfoTemplate = { entityName: 'internet_gateway', entityRecords: [ { panelName: 'Internet Gateway', panelName: 'Internet gateway', tableRecordList: [], keyValueRecords: [ { labelName: 'Internet Gateway ID', name: 'internet_gateway_id', type: 'default' }, { labelName: 'Internet gateway ID', name: 'internet_gateway_id', type: 'default' }, { labelName: 'VPC ID', name: 'vpc_id', type: 'default' }, { labelName: 'State', name: 'state', type: 'default' }, { labelName: 'AWS account ID', name: 'account_id', type: 'default' }, Loading modules/cloud_dashboard/cloud_dashboard/src/constant/entity_info_template/aws_cloud/security_group.ts +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ const COLUMN_RULES: EntityColumn[] = [ { labelName: 'Peering Status', 'name': 'peering_status', type: 'default' }, { labelName: 'Group User ID', 'name': 'user_id', type: 'default' }, { labelName: 'VPC ID', 'name': 'vpc_id', type: 'default' }, { labelName: 'Peering Connection ID', 'name': 'peering_connection_id', type: 'default' }, { labelName: 'Peering connection ID', 'name': 'peering_connection_id', type: 'default' }, { labelName: 'Description', 'name': 'description', type: 'default' }, ]; Loading Loading
deployments/cfn/nested/networking/template.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ Resources: Tags: - Key: Name Value: !Sub - '${StackPrefix} Internet Gateway' - '${StackPrefix} Internet gateway' - StackPrefix: !Ref StackPrefix AttachGateway: Type: AWS::EC2::VPCGatewayAttachment Loading
modules/cloud_budget/src/Controller/CloudCreditAccessControlHandler.php +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ use Drupal\Core\Entity\EntityInterface; use Drupal\Core\Session\AccountInterface; /** * Access controller for the Cluster Role entity. * Access controller for the cluster role entity. * * @see \Drupal\cloud_budget\Entity\CloudCredit. */ Loading
modules/cloud_dashboard/cloud_dashboard/src/constant/entity_info_template/aws_cloud/carrier_gateway.ts +2 −2 Original line number Diff line number Diff line Loading @@ -5,10 +5,10 @@ const AWS_CLOUD_CARRIER_GATEWAY_TEMPLATE: EntityInfoTemplate = { entityName: 'carrier_gateway', entityRecords: [ { panelName: 'Carrier Gateway', panelName: 'Carrier gateway', tableRecordList: [], keyValueRecords: [ { labelName: 'Carrier Gateway ID', name: 'carrier_gateway_id', type: 'default' }, { labelName: 'Carrier gateway ID', name: 'carrier_gateway_id', type: 'default' }, { labelName: 'VPC ID', name: 'vpc_id', type: 'default' }, { labelName: 'State', name: 'state', type: 'default' }, { labelName: 'AWS account ID', name: 'account_id', type: 'default' }, Loading
modules/cloud_dashboard/cloud_dashboard/src/constant/entity_info_template/aws_cloud/internet_gateway.ts +2 −2 Original line number Diff line number Diff line Loading @@ -5,10 +5,10 @@ const AWS_CLOUD_INTERNET_GATEWAY_TEMPLATE: EntityInfoTemplate = { entityName: 'internet_gateway', entityRecords: [ { panelName: 'Internet Gateway', panelName: 'Internet gateway', tableRecordList: [], keyValueRecords: [ { labelName: 'Internet Gateway ID', name: 'internet_gateway_id', type: 'default' }, { labelName: 'Internet gateway ID', name: 'internet_gateway_id', type: 'default' }, { labelName: 'VPC ID', name: 'vpc_id', type: 'default' }, { labelName: 'State', name: 'state', type: 'default' }, { labelName: 'AWS account ID', name: 'account_id', type: 'default' }, Loading
modules/cloud_dashboard/cloud_dashboard/src/constant/entity_info_template/aws_cloud/security_group.ts +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ const COLUMN_RULES: EntityColumn[] = [ { labelName: 'Peering Status', 'name': 'peering_status', type: 'default' }, { labelName: 'Group User ID', 'name': 'user_id', type: 'default' }, { labelName: 'VPC ID', 'name': 'vpc_id', type: 'default' }, { labelName: 'Peering Connection ID', 'name': 'peering_connection_id', type: 'default' }, { labelName: 'Peering connection ID', 'name': 'peering_connection_id', type: 'default' }, { labelName: 'Description', 'name': 'description', type: 'default' }, ]; Loading