{ "version": 4, "terraform_version": "1.5.2", "serial": 420, "lineage": "b98e33f2-4bfe-df13-9305-d47bbd0152df", "outputs": { "db_endpoint": { "value": "db-4.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-3cb55483566625aeb", "ami": "ami-59078609", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9c1791f1"], "subnet_id": "subnet-6e34d986", "key_name": "prod-deploy-key" } } ] } ] }