{ "version": 4, "terraform_version": "1.7.4", "serial": 391, "lineage": "99185cc5-d6f3-5fc3-3ada-7aece0049f39", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.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-7178fe8848c9804f9", "ami": "ami-3f5c2018", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1e5de866"], "subnet_id": "subnet-6a4dd13d", "key_name": "prod-deploy-key" } } ] } ] }