{ "version": 4, "terraform_version": "1.8.2", "serial": 351, "lineage": "48d643e0-5da3-3377-3b92-1a51cf892a31", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-b4ccde2a1b10f39ef", "ami": "ami-983c93a4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e71acf96"], "subnet_id": "subnet-cc470f0d", "key_name": "prod-deploy-key" } } ] } ] }