{ "version": 4, "terraform_version": "1.5.1", "serial": 119, "lineage": "e87b090a-1e87-d9db-038d-d4978f552f23", "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-5d7df429a7fc09960", "ami": "ami-276a87b8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-126c4ecd"], "subnet_id": "subnet-e12ea909", "key_name": "prod-deploy-key" } } ] } ] }