{ "version": 4, "terraform_version": "1.6.3", "serial": 160, "lineage": "5b69b861-7e82-38fe-3eba-89c1a9b84c04", "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-a31fa48bb172da891", "ami": "ami-908be6c3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ad1535b9"], "subnet_id": "subnet-acac2957", "key_name": "prod-deploy-key" } } ] } ] }