{ "version": 4, "terraform_version": "1.6.1", "serial": 454, "lineage": "6b7f3ee5-d4dd-4e81-d029-89a25fa221ab", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-785362040219c43d4", "ami": "ami-14cecf24", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a6ab70fa"], "subnet_id": "subnet-081175a8", "key_name": "prod-deploy-key" } } ] } ] }