{ "version": 4, "terraform_version": "1.5.6", "serial": 175, "lineage": "fe538fca-785c-55d2-a8b6-b17f8e07b128", "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-97d546e47fc009e2d", "ami": "ami-b73369da", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-070fc83f"], "subnet_id": "subnet-62f0d48c", "key_name": "prod-deploy-key" } } ] } ] }