{ "version": 4, "terraform_version": "1.5.3", "serial": 531, "lineage": "2d7333dd-7bb7-ae3d-8fb5-c20df732299e", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-f2cf6c0b5229c425d", "ami": "ami-164df27a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-80b66ffc"], "subnet_id": "subnet-6c388dce", "key_name": "prod-deploy-key" } } ] } ] }