{ "version": 4, "terraform_version": "1.8.5", "serial": 218, "lineage": "7bcfc9f9-86f3-820b-5ba7-7b91d6fa4655", "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-2fd990a095d47e507", "ami": "ami-480b8378", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-89f03ebe"], "subnet_id": "subnet-9d2758d0", "key_name": "prod-deploy-key" } } ] } ] }