{ "version": 4, "terraform_version": "1.6.9", "serial": 185, "lineage": "81e67e17-4c24-7e06-d96e-d5b2f9f22bc0", "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-d51934d17953fab28", "ami": "ami-8ae4ead6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-17bf4aa4"], "subnet_id": "subnet-69d54b50", "key_name": "prod-deploy-key" } } ] } ] }