{ "version": 4, "terraform_version": "1.8.7", "serial": 264, "lineage": "6db1ab98-9827-46d4-9833-8cfc95abccbf", "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-e0bfac547b7470959", "ami": "ami-d948ad39", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3ca7b0b4"], "subnet_id": "subnet-20380349", "key_name": "prod-deploy-key" } } ] } ] }