@ -383,22 +383,27 @@ func (x *PlanResourceInstanceChangePlanned) GetChange() *planproto.ResourceInsta
return nil
}
// Represents a change to a particular resource instance within a particular
// component instance that Terraform has detected was made outside of Terraform
// since the most recent apply.
type PlanResourceInstanceChangeOutside struct {
// Represents that we need to emit "delete" requests for one or more raw
// state and/or state description objects during the apply phase.
//
// This situation arises if the previous state (given as input to the apply
// phase) contains keys that are of a type unrecognized by the current
// version of Terraform and that are marked as "discard if unrecognized",
// suggesting that their content is likely to become somehow invalid if
// other parts of the state were to get updated.
type PlanDiscardStateMapKeys struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
// The same string must previously have been announced with a
// PlanComponentInstance message, or the overall plan sequence is invalid.
ComponentInstanceAddr string ` protobuf:"bytes,1,opt,name=component_instance_addr,json=componentInstanceAddr,proto3" json:"component_instance_addr,omitempty" `
Change * planproto . ResourceInstanceChange ` protobuf:"bytes,2,opt,name=change,proto3" json:"change ,omitempty"`
// A set of keys to delete from the "raw state".
RawStateKeys [ ] string ` protobuf:"bytes,1,rep,name=raw_state_keys,json=rawStateKeys,proto3" json:"raw_state_keys,omitempty" `
// A set of keys to delete from the "state description".
DescriptionKeys [ ] string ` protobuf:"bytes,2,rep,name=description_keys,json=descriptionKeys,proto3" json:"description_keys ,omitempty"`
}
func ( x * Plan ResourceInstanceChangeOutside ) Reset ( ) {
* x = Plan ResourceInstanceChangeOutside { }
func ( x * Plan DiscardStateMapKeys ) Reset ( ) {
* x = Plan DiscardStateMapKeys { }
if protoimpl . UnsafeEnabled {
mi := & file_tfstackdata1_proto_msgTypes [ 5 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
@ -406,13 +411,13 @@ func (x *PlanResourceInstanceChangeOutside) Reset() {
}
}
func ( x * Plan ResourceInstanceChangeOutside ) String ( ) string {
func ( x * Plan DiscardStateMapKeys ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * Plan ResourceInstanceChangeOutside ) ProtoMessage ( ) { }
func ( * Plan DiscardStateMapKeys ) ProtoMessage ( ) { }
func ( x * Plan ResourceInstanceChangeOutside ) ProtoReflect ( ) protoreflect . Message {
func ( x * Plan DiscardStateMapKeys ) ProtoReflect ( ) protoreflect . Message {
mi := & file_tfstackdata1_proto_msgTypes [ 5 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
@ -424,21 +429,21 @@ func (x *PlanResourceInstanceChangeOutside) ProtoReflect() protoreflect.Message
return mi . MessageOf ( x )
}
// Deprecated: Use Plan ResourceInstanceChangeOutside .ProtoReflect.Descriptor instead.
func ( * Plan ResourceInstanceChangeOutside ) Descriptor ( ) ( [ ] byte , [ ] int ) {
// Deprecated: Use Plan DiscardStateMapKeys .ProtoReflect.Descriptor instead.
func ( * Plan DiscardStateMapKeys ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_tfstackdata1_proto_rawDescGZIP ( ) , [ ] int { 5 }
}
func ( x * Plan ResourceInstanceChangeOutside) GetComponentInstanceAddr ( ) string {
func ( x * Plan DiscardStateMapKeys) GetRawStateKeys ( ) [ ] string {
if x != nil {
return x . ComponentInstanceAddr
return x . RawStateKeys
}
return ""
return nil
}
func ( x * Plan ResourceInstanceChangeOutside) GetChange ( ) * planproto . ResourceInstanceChange {
func ( x * Plan DiscardStateMapKeys) GetDescriptionKeys ( ) [ ] string {
if x != nil {
return x . Change
return x . DescriptionKeys
}
return nil
}
@ -667,49 +672,46 @@ var file_tfstackdata1_proto_rawDesc = []byte{
0x65 , 0x41 , 0x64 , 0x64 , 0x72 , 0x12 , 0x36 , 0x0a , 0x06 , 0x63 , 0x68 , 0x61 , 0x6e , 0x67 , 0x65 , 0x18 ,
0x02 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1e , 0x2e , 0x74 , 0x66 , 0x70 , 0x6c , 0x61 , 0x6e , 0x2e , 0x52 ,
0x65 , 0x73 , 0x6f , 0x75 , 0x72 , 0x63 , 0x65 , 0x49 , 0x6e , 0x73 , 0x74 , 0x61 , 0x6e , 0x63 , 0x65 , 0x43 ,
0x68 , 0x61 , 0x6e , 0x67 , 0x65 , 0x52 , 0x06 , 0x63 , 0x68 , 0x61 , 0x6e , 0x67 , 0x65 , 0x22 , 0x93 , 0x01 ,
0x0a , 0x21 , 0x50 , 0x6c , 0x61 , 0x6e , 0x52 , 0x65 , 0x73 , 0x6f , 0x75 , 0x72 , 0x63 , 0x65 , 0x49 , 0x6e ,
0x73 , 0x74 , 0x61 , 0x6e , 0x63 , 0x65 , 0x43 , 0x68 , 0x61 , 0x6e , 0x67 , 0x65 , 0x4f , 0x75 , 0x74 , 0x73 ,
0x69 , 0x64 , 0x65 , 0x12 , 0x36 , 0x0a , 0x17 , 0x63 , 0x6f , 0x6d , 0x70 , 0x6f , 0x6e , 0x65 , 0x6e , 0x74 ,
0x5f , 0x69 , 0x6e , 0x73 , 0x74 , 0x61 , 0x6e , 0x63 , 0x65 , 0x5f , 0x61 , 0x64 , 0x64 , 0x72 , 0x18 , 0x01 ,
0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x15 , 0x63 , 0x6f , 0x6d , 0x70 , 0x6f , 0x6e , 0x65 , 0x6e , 0x74 , 0x49 ,
0x6e , 0x73 , 0x74 , 0x61 , 0x6e , 0x63 , 0x65 , 0x41 , 0x64 , 0x64 , 0x72 , 0x12 , 0x36 , 0x0a , 0x06 , 0x63 ,
0x68 , 0x61 , 0x6e , 0x67 , 0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1e , 0x2e , 0x74 , 0x66 ,
0x70 , 0x6c , 0x61 , 0x6e , 0x2e , 0x52 , 0x65 , 0x73 , 0x6f , 0x75 , 0x72 , 0x63 , 0x65 , 0x49 , 0x6e , 0x73 ,
0x74 , 0x61 , 0x6e , 0x63 , 0x65 , 0x43 , 0x68 , 0x61 , 0x6e , 0x67 , 0x65 , 0x52 , 0x06 , 0x63 , 0x68 , 0x61 ,
0x6e , 0x67 , 0x65 , 0x22 , 0x1a , 0x0a , 0x18 , 0x53 , 0x74 , 0x61 , 0x74 , 0x65 , 0x43 , 0x6f , 0x6d , 0x70 ,
0x6f , 0x6e , 0x65 , 0x6e , 0x74 , 0x49 , 0x6e , 0x73 , 0x74 , 0x61 , 0x6e , 0x63 , 0x65 , 0x56 , 0x31 , 0x22 ,
0xd7 , 0x03 , 0x0a , 0x1d , 0x53 , 0x74 , 0x61 , 0x74 , 0x65 , 0x52 , 0x65 , 0x73 , 0x6f , 0x75 , 0x72 , 0x63 ,
0x68 , 0x61 , 0x6e , 0x67 , 0x65 , 0x52 , 0x06 , 0x63 , 0x68 , 0x61 , 0x6e , 0x67 , 0x65 , 0x22 , 0x6a , 0x0a ,
0x17 , 0x50 , 0x6c , 0x61 , 0x6e , 0x44 , 0x69 , 0x73 , 0x63 , 0x61 , 0x72 , 0x64 , 0x53 , 0x74 , 0x61 , 0x74 ,
0x65 , 0x4d , 0x61 , 0x70 , 0x4b , 0x65 , 0x79 , 0x73 , 0x12 , 0x24 , 0x0a , 0x0e , 0x72 , 0x61 , 0x77 , 0x5f ,
0x73 , 0x74 , 0x61 , 0x74 , 0x65 , 0x5f , 0x6b , 0x65 , 0x79 , 0x73 , 0x18 , 0x01 , 0x20 , 0x03 , 0x28 , 0x09 ,
0x52 , 0x0c , 0x72 , 0x61 , 0x77 , 0x53 , 0x74 , 0x61 , 0x74 , 0x65 , 0x4b , 0x65 , 0x79 , 0x73 , 0x12 , 0x29 ,
0x0a , 0x10 , 0x64 , 0x65 , 0x73 , 0x63 , 0x72 , 0x69 , 0x70 , 0x74 , 0x69 , 0x6f , 0x6e , 0x5f , 0x6b , 0x65 ,
0x79 , 0x73 , 0x18 , 0x02 , 0x20 , 0x03 , 0x28 , 0x09 , 0x52 , 0x0f , 0x64 , 0x65 , 0x73 , 0x63 , 0x72 , 0x69 ,
0x70 , 0x74 , 0x69 , 0x6f , 0x6e , 0x4b , 0x65 , 0x79 , 0x73 , 0x22 , 0x1a , 0x0a , 0x18 , 0x53 , 0x74 , 0x61 ,
0x74 , 0x65 , 0x43 , 0x6f , 0x6d , 0x70 , 0x6f , 0x6e , 0x65 , 0x6e , 0x74 , 0x49 , 0x6e , 0x73 , 0x74 , 0x61 ,
0x6e , 0x63 , 0x65 , 0x56 , 0x31 , 0x22 , 0xd7 , 0x03 , 0x0a , 0x1d , 0x53 , 0x74 , 0x61 , 0x74 , 0x65 , 0x52 ,
0x65 , 0x73 , 0x6f , 0x75 , 0x72 , 0x63 , 0x65 , 0x49 , 0x6e , 0x73 , 0x74 , 0x61 , 0x6e , 0x63 , 0x65 , 0x4f ,
0x62 , 0x6a , 0x65 , 0x63 , 0x74 , 0x56 , 0x31 , 0x12 , 0x1d , 0x0a , 0x0a , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 ,
0x5f , 0x6a , 0x73 , 0x6f , 0x6e , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0c , 0x52 , 0x09 , 0x76 , 0x61 , 0x6c ,
0x75 , 0x65 , 0x4a , 0x73 , 0x6f , 0x6e , 0x12 , 0x35 , 0x0a , 0x0f , 0x73 , 0x65 , 0x6e , 0x73 , 0x69 , 0x74 ,
0x69 , 0x76 , 0x65 , 0x5f , 0x70 , 0x61 , 0x74 , 0x68 , 0x73 , 0x18 , 0x02 , 0x20 , 0x03 , 0x28 , 0x0b , 0x32 ,
0x0c , 0x2e , 0x74 , 0x66 , 0x70 , 0x6c , 0x61 , 0x6e , 0x2e , 0x50 , 0x61 , 0x74 , 0x68 , 0x52 , 0x0e , 0x73 ,
0x65 , 0x6e , 0x73 , 0x69 , 0x74 , 0x69 , 0x76 , 0x65 , 0x50 , 0x61 , 0x74 , 0x68 , 0x73 , 0x12 , 0x25 , 0x0a ,
0x0e , 0x73 , 0x63 , 0x68 , 0x65 , 0x6d , 0x61 , 0x5f , 0x76 , 0x65 , 0x72 , 0x73 , 0x69 , 0x6f , 0x6e , 0x18 ,
0x03 , 0x20 , 0x01 , 0x28 , 0x04 , 0x52 , 0x0d , 0x73 , 0x63 , 0x68 , 0x65 , 0x6d , 0x61 , 0x56 , 0x65 , 0x72 ,
0x73 , 0x69 , 0x6f , 0x6e , 0x12 , 0x4a , 0x0a , 0x06 , 0x73 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x18 , 0x04 ,
0x20 , 0x01 , 0x28 , 0x0e , 0x32 , 0x32 , 0x2e , 0x74 , 0x66 , 0x73 , 0x74 , 0x61 , 0x63 , 0x6b , 0x64 , 0x61 ,
0x74 , 0x61 , 0x31 , 0x2e , 0x53 , 0x74 , 0x61 , 0x74 , 0x65 , 0x52 , 0x65 , 0x73 , 0x6f , 0x75 , 0x72 , 0x63 ,
0x65 , 0x49 , 0x6e , 0x73 , 0x74 , 0x61 , 0x6e , 0x63 , 0x65 , 0x4f , 0x62 , 0x6a , 0x65 , 0x63 , 0x74 , 0x56 ,
0x31 , 0x12 , 0x1d , 0x0a , 0x0a , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x5f , 0x6a , 0x73 , 0x6f , 0x6e , 0x18 ,
0x01 , 0x20 , 0x01 , 0x28 , 0x0c , 0x52 , 0x09 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x4a , 0x73 , 0x6f , 0x6e ,
0x12 , 0x35 , 0x0a , 0x0f , 0x73 , 0x65 , 0x6e , 0x73 , 0x69 , 0x74 , 0x69 , 0x76 , 0x65 , 0x5f , 0x70 , 0x61 ,
0x74 , 0x68 , 0x73 , 0x18 , 0x02 , 0x20 , 0x03 , 0x28 , 0x0b , 0x32 , 0x0c , 0x2e , 0x74 , 0x66 , 0x70 , 0x6c ,
0x61 , 0x6e , 0x2e , 0x50 , 0x61 , 0x74 , 0x68 , 0x52 , 0x0e , 0x73 , 0x65 , 0x6e , 0x73 , 0x69 , 0x74 , 0x69 ,
0x76 , 0x65 , 0x50 , 0x61 , 0x74 , 0x68 , 0x73 , 0x12 , 0x25 , 0x0a , 0x0e , 0x73 , 0x63 , 0x68 , 0x65 , 0x6d ,
0x61 , 0x5f , 0x76 , 0x65 , 0x72 , 0x73 , 0x69 , 0x6f , 0x6e , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x04 , 0x52 ,
0x0d , 0x73 , 0x63 , 0x68 , 0x65 , 0x6d , 0x61 , 0x56 , 0x65 , 0x72 , 0x73 , 0x69 , 0x6f , 0x6e , 0x12 , 0x4a ,
0x0a , 0x06 , 0x73 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x0e , 0x32 , 0x32 ,
0x2e , 0x74 , 0x66 , 0x73 , 0x74 , 0x61 , 0x63 , 0x6b , 0x64 , 0x61 , 0x74 , 0x61 , 0x31 , 0x2e , 0x53 , 0x74 ,
0x61 , 0x74 , 0x65 , 0x52 , 0x65 , 0x73 , 0x6f , 0x75 , 0x72 , 0x63 , 0x65 , 0x49 , 0x6e , 0x73 , 0x74 , 0x61 ,
0x6e , 0x63 , 0x65 , 0x4f , 0x62 , 0x6a , 0x65 , 0x63 , 0x74 , 0x56 , 0x31 , 0x2e , 0x53 , 0x74 , 0x61 , 0x74 ,
0x75 , 0x73 , 0x52 , 0x06 , 0x73 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x12 , 0x22 , 0x0a , 0x0c , 0x64 , 0x65 ,
0x70 , 0x65 , 0x6e , 0x64 , 0x65 , 0x6e , 0x63 , 0x69 , 0x65 , 0x73 , 0x18 , 0x05 , 0x20 , 0x03 , 0x28 , 0x09 ,
0x52 , 0x0c , 0x64 , 0x65 , 0x70 , 0x65 , 0x6e , 0x64 , 0x65 , 0x6e , 0x63 , 0x69 , 0x65 , 0x73 , 0x12 , 0x32 ,
0x0a , 0x15 , 0x63 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x5f , 0x62 , 0x65 , 0x66 , 0x6f , 0x72 , 0x65 , 0x5f ,
0x64 , 0x65 , 0x73 , 0x74 , 0x72 , 0x6f , 0x79 , 0x18 , 0x06 , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 , 0x13 , 0x63 ,
0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x42 , 0x65 , 0x66 , 0x6f , 0x72 , 0x65 , 0x44 , 0x65 , 0x73 , 0x74 , 0x72 ,
0x6f , 0x79 , 0x12 , 0x30 , 0x0a , 0x14 , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x5f , 0x63 ,
0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x5f , 0x61 , 0x64 , 0x64 , 0x72 , 0x18 , 0x07 , 0x20 , 0x01 , 0x28 , 0x09 ,
0x52 , 0x12 , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 ,
0x41 , 0x64 , 0x64 , 0x72 , 0x12 , 0x34 , 0x0a , 0x16 , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 ,
0x5f , 0x73 , 0x70 , 0x65 , 0x63 , 0x69 , 0x66 , 0x69 , 0x63 , 0x5f , 0x64 , 0x61 , 0x74 , 0x61 , 0x18 , 0x08 ,
0x20 , 0x01 , 0x28 , 0x0c , 0x52 , 0x14 , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x53 , 0x70 ,
0x65 , 0x63 , 0x69 , 0x66 , 0x69 , 0x63 , 0x44 , 0x61 , 0x74 , 0x61 , 0x22 , 0x2d , 0x0a , 0x06 , 0x53 , 0x74 ,
0x61 , 0x74 , 0x75 , 0x73 , 0x12 , 0x0b , 0x0a , 0x07 , 0x55 , 0x4e , 0x4b , 0x4e , 0x4f , 0x57 , 0x4e , 0x10 ,
0x00 , 0x12 , 0x09 , 0x0a , 0x05 , 0x52 , 0x45 , 0x41 , 0x44 , 0x59 , 0x10 , 0x01 , 0x12 , 0x0b , 0x0a , 0x07 ,
0x44 , 0x41 , 0x4d , 0x41 , 0x47 , 0x45 , 0x44 , 0x10 , 0x02 , 0x62 , 0x06 , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f ,
0x33 ,
0x31 , 0x2e , 0x53 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x52 , 0x06 , 0x73 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 ,
0x12 , 0x22 , 0x0a , 0x0c , 0x64 , 0x65 , 0x70 , 0x65 , 0x6e , 0x64 , 0x65 , 0x6e , 0x63 , 0x69 , 0x65 , 0x73 ,
0x18 , 0x05 , 0x20 , 0x03 , 0x28 , 0x09 , 0x52 , 0x0c , 0x64 , 0x65 , 0x70 , 0x65 , 0x6e , 0x64 , 0x65 , 0x6e ,
0x63 , 0x69 , 0x65 , 0x73 , 0x12 , 0x32 , 0x0a , 0x15 , 0x63 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x5f , 0x62 ,
0x65 , 0x66 , 0x6f , 0x72 , 0x65 , 0x5f , 0x64 , 0x65 , 0x73 , 0x74 , 0x72 , 0x6f , 0x79 , 0x18 , 0x06 , 0x20 ,
0x01 , 0x28 , 0x08 , 0x52 , 0x13 , 0x63 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x42 , 0x65 , 0x66 , 0x6f , 0x72 ,
0x65 , 0x44 , 0x65 , 0x73 , 0x74 , 0x72 , 0x6f , 0x79 , 0x12 , 0x30 , 0x0a , 0x14 , 0x70 , 0x72 , 0x6f , 0x76 ,
0x69 , 0x64 , 0x65 , 0x72 , 0x5f , 0x63 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x5f , 0x61 , 0x64 , 0x64 , 0x72 ,
0x18 , 0x07 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x12 , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 ,
0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x41 , 0x64 , 0x64 , 0x72 , 0x12 , 0x34 , 0x0a , 0x16 , 0x70 , 0x72 ,
0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x5f , 0x73 , 0x70 , 0x65 , 0x63 , 0x69 , 0x66 , 0x69 , 0x63 , 0x5f ,
0x64 , 0x61 , 0x74 , 0x61 , 0x18 , 0x08 , 0x20 , 0x01 , 0x28 , 0x0c , 0x52 , 0x14 , 0x70 , 0x72 , 0x6f , 0x76 ,
0x69 , 0x64 , 0x65 , 0x72 , 0x53 , 0x70 , 0x65 , 0x63 , 0x69 , 0x66 , 0x69 , 0x63 , 0x44 , 0x61 , 0x74 , 0x61 ,
0x22 , 0x2d , 0x0a , 0x06 , 0x53 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x12 , 0x0b , 0x0a , 0x07 , 0x55 , 0x4e ,
0x4b , 0x4e , 0x4f , 0x57 , 0x4e , 0x10 , 0x00 , 0x12 , 0x09 , 0x0a , 0x05 , 0x52 , 0x45 , 0x41 , 0x44 , 0x59 ,
0x10 , 0x01 , 0x12 , 0x0b , 0x0a , 0x07 , 0x44 , 0x41 , 0x4d , 0x41 , 0x47 , 0x45 , 0x44 , 0x10 , 0x02 , 0x62 ,
0x06 , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x33 ,
}
var (
@ -733,7 +735,7 @@ var file_tfstackdata1_proto_goTypes = []interface{}{
( * PlanRootInputValue ) ( nil ) , // 3: tfstackdata1.PlanRootInputValue
( * PlanComponentInstance ) ( nil ) , // 4: tfstackdata1.PlanComponentInstance
( * PlanResourceInstanceChangePlanned ) ( nil ) , // 5: tfstackdata1.PlanResourceInstanceChangePlanned
( * Plan ResourceInstanceChangeOutside) ( nil ) , // 6: tfstackdata1.PlanResourceInstanceChangeOutside
( * Plan DiscardStateMapKeys) ( nil ) , // 6: tfstackdata1.PlanDiscardStateMapKeys
( * StateComponentInstanceV1 ) ( nil ) , // 7: tfstackdata1.StateComponentInstanceV1
( * StateResourceInstanceObjectV1 ) ( nil ) , // 8: tfstackdata1.StateResourceInstanceObjectV1
nil , // 9: tfstackdata1.PlanComponentInstance.PlannedInputValuesEntry
@ -745,15 +747,14 @@ var file_tfstackdata1_proto_depIdxs = []int32{
10 , // 0: tfstackdata1.PlanRootInputValue.value:type_name -> tfplan.DynamicValue
9 , // 1: tfstackdata1.PlanComponentInstance.planned_input_values:type_name -> tfstackdata1.PlanComponentInstance.PlannedInputValuesEntry
11 , // 2: tfstackdata1.PlanResourceInstanceChangePlanned.change:type_name -> tfplan.ResourceInstanceChange
11 , // 3: tfstackdata1.PlanResourceInstanceChangeOutside.change:type_name -> tfplan.ResourceInstanceChange
12 , // 4: tfstackdata1.StateResourceInstanceObjectV1.sensitive_paths:type_name -> tfplan.Path
0 , // 5: tfstackdata1.StateResourceInstanceObjectV1.status:type_name -> tfstackdata1.StateResourceInstanceObjectV1.Status
10 , // 6: tfstackdata1.PlanComponentInstance.PlannedInputValuesEntry.value:type_name -> tfplan.DynamicValue
7 , // [7:7] is the sub-list for method output_type
7 , // [7:7] is the sub-list for method input_type
7 , // [7:7] is the sub-list for extension type_name
7 , // [7:7] is the sub-list for extension extendee
0 , // [0:7] is the sub-list for field type_name
12 , // 3: tfstackdata1.StateResourceInstanceObjectV1.sensitive_paths:type_name -> tfplan.Path
0 , // 4: tfstackdata1.StateResourceInstanceObjectV1.status:type_name -> tfstackdata1.StateResourceInstanceObjectV1.Status
10 , // 5: tfstackdata1.PlanComponentInstance.PlannedInputValuesEntry.value:type_name -> tfplan.DynamicValue
6 , // [6:6] is the sub-list for method output_type
6 , // [6:6] is the sub-list for method input_type
6 , // [6:6] is the sub-list for extension type_name
6 , // [6:6] is the sub-list for extension extendee
0 , // [0:6] is the sub-list for field type_name
}
func init ( ) { file_tfstackdata1_proto_init ( ) }
@ -823,7 +824,7 @@ func file_tfstackdata1_proto_init() {
}
}
file_tfstackdata1_proto_msgTypes [ 5 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * Plan ResourceInstanceChangeOutside ) ; i {
switch v := v . ( * Plan DiscardStateMapKeys ) ; i {
case 0 :
return & v . state
case 1 :