{ "version": 4, "terraform_version": "1.6.3", "serial": 258, "lineage": "037899be-713a-d04c-3d7d-6636390a4f86", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-2406373c192d3c3ca", "ami": "ami-e02256dc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-afc220e1"], "subnet_id": "subnet-46adac17", "key_name": "prod-deploy-key" } } ] } ] }