{ "version": 4, "terraform_version": "1.5.4", "serial": 542, "lineage": "59158444-5333-432f-89ee-46134ea93d2d", "outputs": { "db_endpoint": { "value": "db-0.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-7525b6464adfec3ba", "ami": "ami-4aa13d81", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-feff20ad"], "subnet_id": "subnet-3fdadc84", "key_name": "prod-deploy-key" } } ] } ] }