{ "version": 4, "terraform_version": "1.6.3", "serial": 483, "lineage": "a44a9a27-fc60-7333-dd33-cc5c571b3cd3", "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-6dc9c20949627b168", "ami": "ami-57db31be", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f86a5499"], "subnet_id": "subnet-ac5a7d23", "key_name": "prod-deploy-key" } } ] } ] }