{ "version": 4, "terraform_version": "1.5.6", "serial": 308, "lineage": "42273520-2947-cdd5-7e7b-7024b58495a3", "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-b1d3efe0754030eb8", "ami": "ami-55ca4839", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1e5e5de3"], "subnet_id": "subnet-911184df", "key_name": "prod-deploy-key" } } ] } ] }