{ "version": 4, "terraform_version": "1.8.2", "serial": 407, "lineage": "9bf84d54-6802-7ca1-6ec0-00ad42f10f80", "outputs": { "db_endpoint": { "value": "db-1.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-63a077b01a8ace71b", "ami": "ami-217919f2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f3a46fec"], "subnet_id": "subnet-32737682", "key_name": "prod-deploy-key" } } ] } ] }