{ "version": 4, "terraform_version": "1.8.8", "serial": 587, "lineage": "57d01212-4736-89a2-91f9-548731fd4660", "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-b9c9ff560c2bc3298", "ami": "ami-41f68982", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-de759665"], "subnet_id": "subnet-16877fba", "key_name": "prod-deploy-key" } } ] } ] }