{ "version": 4, "terraform_version": "1.6.2", "serial": 326, "lineage": "832ccbe2-5f55-ecd6-367f-dd205c41838d", "outputs": { "db_endpoint": { "value": "db-3.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-8220ebd20b0906381", "ami": "ami-39c338b1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ec22ebff"], "subnet_id": "subnet-997e82f7", "key_name": "prod-deploy-key" } } ] } ] }