{ "version": 4, "terraform_version": "1.7.2", "serial": 492, "lineage": "a9450825-177e-77e9-0a89-0b741792c2b3", "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-7c03fcb06d27cf5cf", "ami": "ami-b077e9ae", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-54bea739"], "subnet_id": "subnet-d36ef2ef", "key_name": "prod-deploy-key" } } ] } ] }