{ "version": 4, "terraform_version": "1.8.9", "serial": 396, "lineage": "85ea9c2d-6420-3928-6c0c-91ddca6ece0e", "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-4dad23f49679632eb", "ami": "ami-b3fbe470", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-dc3bc1e7"], "subnet_id": "subnet-92a14fb3", "key_name": "prod-deploy-key" } } ] } ] }