{ "version": 4, "terraform_version": "1.8.9", "serial": 486, "lineage": "8494a8f7-d033-21c3-b5b6-f4aa89ca8edd", "outputs": { "db_endpoint": { "value": "db-2.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-1303f1fe67fe3f485", "ami": "ami-998d19d3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6125f712"], "subnet_id": "subnet-acdcddea", "key_name": "prod-deploy-key" } } ] } ] }