{ "version": 4, "terraform_version": "1.5.5", "serial": 365, "lineage": "4a51eb7c-b25d-cfd8-5f47-842e4f29c6b4", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-da9acbfc1d2daaed2", "ami": "ami-30ef3de0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4357271f"], "subnet_id": "subnet-9fe710c2", "key_name": "prod-deploy-key" } } ] } ] }