{ "version": 4, "terraform_version": "1.7.1", "serial": 273, "lineage": "9dd39590-8cb2-380d-e59a-3f3dd2a2fe3c", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-62187114304321e07", "ami": "ami-e2c7ecee", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-aec4c905"], "subnet_id": "subnet-04778525", "key_name": "prod-deploy-key" } } ] } ] }