{ "version": 4, "terraform_version": "1.7.1", "serial": 563, "lineage": "8e3b24b3-31ae-00dd-1498-51d4e89452a3", "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-48cc9a4e99bdb3a76", "ami": "ami-309be39c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-36455272"], "subnet_id": "subnet-929dfb98", "key_name": "prod-deploy-key" } } ] } ] }