{ "version": 4, "terraform_version": "1.5.7", "serial": 229, "lineage": "341e6f20-f22e-8036-4a37-a7b77a929b2e", "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-e6b0e0b9b94216fd5", "ami": "ami-87028e5b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-73ceced6"], "subnet_id": "subnet-db3824b1", "key_name": "prod-deploy-key" } } ] } ] }