{ "version": 4, "terraform_version": "1.8.1", "serial": 582, "lineage": "4bc7ee38-a2d0-c59a-3435-599363ff9901", "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-c3fb637445d68eae4", "ami": "ami-240c2023", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-969bca16"], "subnet_id": "subnet-7f12fab2", "key_name": "prod-deploy-key" } } ] } ] }