{ "version": 4, "terraform_version": "1.8.7", "serial": 430, "lineage": "f1169884-954f-1113-fc82-82fcdae834fb", "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-4f30f4d7426015f58", "ami": "ami-90932c1c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6c240850"], "subnet_id": "subnet-564c934b", "key_name": "prod-deploy-key" } } ] } ] }