{ "version": 4, "terraform_version": "1.8.9", "serial": 509, "lineage": "e77c3d7c-fc23-9730-61f0-e79acd435ed8", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-94e705a54c6ae6b4e", "ami": "ami-5c35835d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3659413f"], "subnet_id": "subnet-031b17f4", "key_name": "prod-deploy-key" } } ] } ] }