{ "version": 4, "terraform_version": "1.7.0", "serial": 301, "lineage": "9f3ed3aa-c061-355b-daa4-b3eb3a7c6469", "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-4cbe6323aeab3eab6", "ami": "ami-3fca15b6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0beef402"], "subnet_id": "subnet-cf8ce513", "key_name": "prod-deploy-key" } } ] } ] }