{ "version": 4, "terraform_version": "1.5.3", "serial": 492, "lineage": "f3eb11f0-8096-f4ec-c816-c33b0e38fcbd", "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-4f7754982a00f9ab1", "ami": "ami-6991fa82", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ea674178"], "subnet_id": "subnet-e9b6ef7f", "key_name": "prod-deploy-key" } } ] } ] }