{ "version": 4, "terraform_version": "1.6.9", "serial": 109, "lineage": "014e43e2-f641-a6a1-21e9-333eb950eda0", "outputs": { "db_endpoint": { "value": "db-2.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-b6b92cc7e20f1cdf9", "ami": "ami-07280f48", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-774e6212"], "subnet_id": "subnet-87c58a86", "key_name": "prod-deploy-key" } } ] } ] }