{ "version": 4, "terraform_version": "1.8.6", "serial": 224, "lineage": "3dad2287-10ef-08fe-c7c2-679c7a982a5e", "outputs": { "db_endpoint": { "value": "db-3.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-fae17403d30d150bd", "ami": "ami-1e30b7cc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6ee2ec31"], "subnet_id": "subnet-f5f5e9ff", "key_name": "prod-deploy-key" } } ] } ] }