{ "version": 4, "terraform_version": "1.5.8", "serial": 207, "lineage": "4067c1ca-b9a8-2be0-7844-c3e0ad5a90c8", "outputs": { "db_endpoint": { "value": "db-4.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-7c2365356c9a2bf44", "ami": "ami-6038aa2c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a72b0958"], "subnet_id": "subnet-9b94cda8", "key_name": "prod-deploy-key" } } ] } ] }