{ "version": 4, "terraform_version": "1.7.0", "serial": 188, "lineage": "6d2d199f-7356-3b26-50f6-12c1d132073b", "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-70c4d13e3e4774aa4", "ami": "ami-d54d243e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3599be45"], "subnet_id": "subnet-a98d909b", "key_name": "prod-deploy-key" } } ] } ] }