{ "version": 4, "terraform_version": "1.8.0", "serial": 384, "lineage": "7e39b117-c820-e9b7-a174-0c57c0895dc3", "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-ccdd0d805d4984259", "ami": "ami-8fa2aa86", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-28b6c1ae"], "subnet_id": "subnet-c2816209", "key_name": "prod-deploy-key" } } ] } ] }