{ "version": 4, "terraform_version": "1.8.0", "serial": 337, "lineage": "10f21066-6d6d-3c09-2ea1-27be4003d5df", "outputs": { "db_endpoint": { "value": "db-1.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-f7417ebcffd2ea3f0", "ami": "ami-3faa6867", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4a39299f"], "subnet_id": "subnet-d2c55c28", "key_name": "prod-deploy-key" } } ] } ] }