{ "version": 4, "terraform_version": "1.5.0", "serial": 139, "lineage": "9fc2cd93-9c53-d79a-5e20-0952e75c288f", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-206e3169c3f16818f", "ami": "ami-62ecc05c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b10d3668"], "subnet_id": "subnet-6bf74d63", "key_name": "prod-deploy-key" } } ] } ] }