{ "version": 4, "terraform_version": "1.7.0", "serial": 470, "lineage": "d185dc11-0860-7eea-ff54-42c2b7b2c43e", "outputs": { "db_endpoint": { "value": "db-2.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-b9ba944ab16ef551e", "ami": "ami-ad2ee440", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1e374b02"], "subnet_id": "subnet-d7de5cd0", "key_name": "prod-deploy-key" } } ] } ] }