{ "version": 4, "terraform_version": "1.5.0", "serial": 305, "lineage": "a76c21b3-2fd6-8004-88ee-5584f3341f0d", "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-614cdf2105ad89de2", "ami": "ami-eb6e762f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a88cf291"], "subnet_id": "subnet-9bc06afe", "key_name": "prod-deploy-key" } } ] } ] }