{ "version": 4, "terraform_version": "1.5.1", "serial": 296, "lineage": "c61bc4b2-64d5-75d5-a0e1-80fc4da09c28", "outputs": { "db_endpoint": { "value": "db-1.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-0836c34e1ea1c6850", "ami": "ami-1eec90b3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-bf7e8981"], "subnet_id": "subnet-0028c5e4", "key_name": "prod-deploy-key" } } ] } ] }