{ "version": 4, "terraform_version": "1.6.2", "serial": 360, "lineage": "66c65959-4adb-de86-4c14-0540a8f41f5f", "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-b8602cc10fddafad6", "ami": "ami-9c9efddc", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1ef14e95"], "subnet_id": "subnet-873f642e", "key_name": "prod-deploy-key" } } ] } ] }