{ "version": 4, "terraform_version": "1.8.5", "serial": 380, "lineage": "7a322580-f823-d0cb-fe50-33abf24cf6f8", "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-7d7b5c06a7bd99c7b", "ami": "ami-c6ec6856", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-63a1f15b"], "subnet_id": "subnet-881dc7da", "key_name": "prod-deploy-key" } } ] } ] }