{ "version": 4, "terraform_version": "1.7.2", "serial": 410, "lineage": "4a09e3a2-4f46-6dd1-bf75-c303d6073ef8", "outputs": { "db_endpoint": { "value": "db-3.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-c54bf47860799ba7c", "ami": "ami-bf470185", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-df14a7ed"], "subnet_id": "subnet-4af1f18e", "key_name": "prod-deploy-key" } } ] } ] }