{ "version": 4, "terraform_version": "1.5.1", "serial": 575, "lineage": "df7e1893-2ced-6b5b-a48b-54862ff5f7c2", "outputs": { "db_endpoint": { "value": "db-0.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-05fef5c9e551a1298", "ami": "ami-d12c082b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-74d45f83"], "subnet_id": "subnet-1ff0094d", "key_name": "prod-deploy-key" } } ] } ] }