{ "version": 4, "terraform_version": "1.6.1", "serial": 417, "lineage": "0a3ae656-17e1-190f-7640-b30467919826", "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-2100cb0cccf0a5ed6", "ami": "ami-665dfa90", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8b3d8f98"], "subnet_id": "subnet-39da4037", "key_name": "prod-deploy-key" } } ] } ] }