{ "version": 4, "terraform_version": "1.6.9", "serial": 326, "lineage": "2745bf3d-8618-ee86-45cf-ec17e61b8b9e", "outputs": { "db_endpoint": { "value": "db-3.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-8905e49d60ec18014", "ami": "ami-a7237b6b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-94b786af"], "subnet_id": "subnet-98d10af9", "key_name": "prod-deploy-key" } } ] } ] }