{ "version": 4, "terraform_version": "1.7.6", "serial": 469, "lineage": "f45c6ad9-6ce3-6706-3732-21c44a9dc952", "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-487b5531f00564aa8", "ami": "ami-a5685d8d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7526074e"], "subnet_id": "subnet-543fa3b6", "key_name": "prod-deploy-key" } } ] } ] }