{ "version": 4, "terraform_version": "1.6.3", "serial": 445, "lineage": "92213789-2c35-5ee8-cb59-b7db7edb886a", "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-85b80f0c14c2dad2e", "ami": "ami-1380126e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8d814536"], "subnet_id": "subnet-fdf2cc7a", "key_name": "prod-deploy-key" } } ] } ] }