{ "version": 4, "terraform_version": "1.5.9", "serial": 276, "lineage": "73627c87-ecc0-5a14-4f94-4611d125e288", "outputs": { "db_endpoint": { "value": "db-2.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-d339ce05d846c8ace", "ami": "ami-01118888", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-23476bc3"], "subnet_id": "subnet-a9fd01e9", "key_name": "prod-deploy-key" } } ] } ] }