{ "version": 4, "terraform_version": "1.8.3", "serial": 353, "lineage": "06fc6c3f-6e1c-28f3-eb4c-958772996b36", "outputs": { "db_endpoint": { "value": "db-2.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-483a5dfe1a0b7617b", "ami": "ami-5ad0e1fe", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a42ee8e7"], "subnet_id": "subnet-28afa386", "key_name": "prod-deploy-key" } } ] } ] }