{ "version": 4, "terraform_version": "1.6.5", "serial": 329, "lineage": "6da94fca-01c6-c854-a514-a263b234abab", "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-dddc7ab7daae3d51e", "ami": "ami-849dfb2e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ecfd978c"], "subnet_id": "subnet-2cec5115", "key_name": "prod-deploy-key" } } ] } ] }