{ "version": 4, "terraform_version": "1.6.1", "serial": 289, "lineage": "6ca45e3d-53cf-9477-d614-40099f7075e2", "outputs": { "db_endpoint": { "value": "db-3.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-80f3de81e8f41ed78", "ami": "ami-ef9fc525", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-450a3440"], "subnet_id": "subnet-53b66651", "key_name": "prod-deploy-key" } } ] } ] }