{ "version": 4, "terraform_version": "1.5.6", "serial": 469, "lineage": "7217cdcc-3825-b8c1-e66b-b020ac3f8987", "outputs": { "db_endpoint": { "value": "db-3.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-ae1ce15b9231126b1", "ami": "ami-e1cffd46", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6769033a"], "subnet_id": "subnet-f6b102bd", "key_name": "prod-deploy-key" } } ] } ] }