{ "version": 4, "terraform_version": "1.5.0", "serial": 234, "lineage": "0724672e-3f97-5037-49a1-a0346191f4b9", "outputs": { "db_endpoint": { "value": "db-0.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-b840c698ec285aa81", "ami": "ami-6c29e83b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-359db29b"], "subnet_id": "subnet-87fce06c", "key_name": "prod-deploy-key" } } ] } ] }